mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-24 15:48:48 +01:00
Add waterfox commands to commands.md
This commit is contained in:
parent
e5b20d530d
commit
231b013e8d
@ -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>`
|
||||
|
Loading…
Reference in New Issue
Block a user