Add waterfox commands to commands.md

This commit is contained in:
Donovan Glover 2017-11-07 20:57:50 -05:00
parent e5b20d530d
commit 231b013e8d
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -61,6 +61,12 @@ These programs are installed on top of the base system.
- Open a webpage in a borderless window: `inox --app=<url>`
- Open a webpage in the regular browser window: `inox <url>`
### Waterfox
- Open a webpage in a new window: `waterfox --new-window <url>`
- Open a webpage in a new tab: `waterfox --new-tab <url>`
- Search for a specific term: `waterfox --search <term>`
### Dealing with Archives
- Zip all files in a directotry: `zip -r <zip_name> <directory>`