nix-config/help/commands.md

10 lines
225 B
Markdown
Raw Normal View History

2017-11-05 04:32:42 +01:00
## 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>`