mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 09:24:17 +01:00
Add feh commands to commands.md
This commit is contained in:
parent
6d14e74b8b
commit
d95a35a9c3
@ -123,6 +123,14 @@ Note that you can run multiple servers on different ports through Jekyll and oth
|
||||
Note that the preferred way to open things is with the `open` function; however, sometimes it is necessary to use these commands if, for example, you're loading an entire directory.
|
||||
|
||||
- Open a video or multiple videos in a playlist: `mpv <files/dir>`
|
||||
- Open an image or multiple images: `feh <files/dir>`
|
||||
- Add `-r` to recursively iterate through all subdirectories
|
||||
- Add `-z` to randomize the order of the images
|
||||
- Use `-l` to enable list mode, an easy way to see various details about images
|
||||
- Use `-t` to enable thumbnail mode, a quick and easy way to see all the images in a directory
|
||||
- Add `-E <pixels>` to set the thumbnail height
|
||||
- Add `-y <pixels>` to set the thumbnail width
|
||||
- Note that generating thumbnails takes time (i.e. don't use with large file sizes)
|
||||
|
||||
### Firejail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user