edit
An alias to a run-mailcap's action edit. Originally run-mailcap is used to process/edit mime-type/file. More information: <https://www.computerhope.com/unix/uedit.htm>.
Install
- All systems
-
curl cmd.cat/edit.sh
- Debian
-
apt-get install mime-support
- Ubuntu
-
apt-get install mime-support
- Arch Linux
-
pacman -S vi
- Kali Linux
-
apt-get install mime-support
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mime-support
- Raspbian
-
apt-get install mime-support
- Dockerfile
- dockerfile.run/edit
An alias to a run-mailcap's action edit. Originally run-mailcap is used to process/edit mime-type/file. More information: <https://www.computerhope.com/unix/uedit.htm>.
-
Edit action can be used to view any file on default mailcap explorer:
edit filename
-
With `run-mailcap`:
run-mailcap --action=edit filename
© tl;dr; authors and contributors