mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-23 16:54:27 +01:00
10 lines
225 B
Markdown
10 lines
225 B
Markdown
|
## 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>`
|