view
A read-only version of vim. This is equivalent to vim -R. More information: <https://www.vim.org>.
Install
- All systems
-
curl cmd.cat/view.sh
- Ubuntu
-
apt-get install radare-common
- Arch Linux
-
pacman -S plan9port
- Fedora
-
dnf install vim-minimal-2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install radare-common
- OS X
-
brew install plan9port
- Raspbian
-
apt-get install radare-common
- Dockerfile
- dockerfile.run/view
A read-only version of vim. This is equivalent to vim -R. More information: <https://www.vim.org>.
-
Open a file:
view path/to/file
© tl;dr; authors and contributors