浏览代码

Add plugin uidgid

master
Arun Prakash Jana 5 年前
父节点
当前提交
66713730f0
找不到此签名对应的密钥 GPG 密钥 ID: A75979F35C080412
共有 2 个文件被更改,包括 9 次插入0 次删除
  1. +1
    -0
      plugins/README.md
  2. +8
    -0
      plugins/uidgid

+ 1
- 0
plugins/README.md 查看文件

@@ -38,6 +38,7 @@ The currently available plugins are listed below.
| sxiv | sh | sxiv | View images in dir, set wallpaper, copy path ([config](https://wiki.archlinux.org/index.php/Sxiv#Assigning_keyboard_shortcuts))|
| thumb | sh | [lsix](https://github.com/hackerb9/lsix) | View thumbnail of an image or dir of images |
| transfer | sh | curl | Upload file to transfer.sh |
| uidgid | sh | ls, less | List user and group of all files in dir |
| upgrade | sh | curl | Upgrade nnn manually on Debian 9 Stretch |
| vidthumb | sh | [ffmpegthumbnailer](https://github.com/dirkvdb/ffmpegthumbnailer),<br>[lsix](https://github.com/hackerb9/lsix) | Show video thumbnails in terminal |
| viuimg | sh | [viu](https://github.com/atanunq/viu), less | View an image or images in dir in `$PAGER` |


+ 8
- 0
plugins/uidgid 查看文件

@@ -0,0 +1,8 @@
#!/usr/bin/env sh

# Description: list uid and gid of files
#
# Shell: POSIX compliant
# Author: Arun Prakash Jana, superDuperCyberTechno

ls -laht | less

||||||
x
 
000:0
正在加载...
取消
保存