mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
The table is sorted
This commit is contained in:
parent
2d1d176160
commit
c07288e585
|
@ -1,6 +1,7 @@
|
|||
| Plugin (a-z) | Lang | Deps | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| boom | sh | SMPlayer | Play random music from dir (modify `PLAYER`) |
|
||||
| checksum | sh | md5sum, sha256sum | Create and verify checksums |
|
||||
| fzy-edit | sh | fzy | Fuzzy find a file in directory subtree and edit in vim |
|
||||
| fzy-open | sh | fzy | Fuzzy find a file in directory subtree and open using xdg-open |
|
||||
| getplugs | sh | wget | Update plugins |
|
||||
|
@ -9,7 +10,6 @@
|
|||
| imgur | bash | - | Upload an image to imgur (from [imgur-screenshot](https://github.com/jomo/imgur-screenshot)) |
|
||||
| ipinfo | sh | curl, whois | Fetch external IP address and whois information |
|
||||
| kdeconnect | sh | kdeconnect-cli | Send selected files to an Android device |
|
||||
| checksum | sh | md5sum, sha256sum | Create and verify checksums |
|
||||
| mocplay | sh | [moc](http://moc.daper.net/) | Appends (and plays, see script) selection/dir/file in moc|
|
||||
| ndiff | sh | vimdiff | Diff for selection (limited to 2 for directories) |
|
||||
| nmount | sh | pmount, udisks2 | Toggle mount status of a device as normal user |
|
||||
|
|
Loading…
Reference in a new issue