1
0
forked from extern/nix-config

Add commands.md as a test help layout

This commit is contained in:
Donovan Glover 2017-11-04 23:32:42 -04:00
parent 8af65b0825
commit ba9f484e51
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

9
help/commands.md Normal file
View File

@ -0,0 +1,9 @@
## Common Commands
- Move files: `mv <source> <dest>`
- Move directories: `mv -r <source> <dest>`
## Inox
- Open <url> in a new borderless window `inox --app=<url>`
- Open <url> in the current browser session `inox <url>`