Skip to content

Shikibetsu (識別) is a command line tool to list files and directory information.

License

Notifications You must be signed in to change notification settings

agnostk/shikibetsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shikibetsu (識別)

Build Status Code Coverage

A command-line tool for listing files and directories.


Usage

sb [OPTIONS] [PATH]

Examples

List entries in the current directory:

sb

List entries in the current directory, including hidden entries:

sb -a

List entries in the current directory, including hidden entries, and sort by size:

sb -a --sort=s

List entries in the current directory, recursively, including hidden entries and format with emoji icons:

sb -aRe

Command-line options

  • -a, --all
    • do not ignore entries starting with .
  • -c, --created
    • display created at timestamp
  • -d, --dirs
    • show only directories
  • -e, --emoji
    • prepend entries with emojis (📄, 📁, 🔗)
  • -f, --files
    • show only files
  • -r, --reverse
    • reverse sort order
  • -R, --recursive
    • list directories recursively
  • -s, --sort=WORD
    • sort by WORD: name (n), ctime (c), mtime (m), size (s)
  • -S, --size
    • display size
  • -m, --modified
    • display modified at timestamp
  • -p, --perms
    • show permissions (rwx) for [root|group|user]

License

Shikibetsu (識別) is licensed under the MIT License. See LICENSE for more information.

About

Shikibetsu (識別) is a command line tool to list files and directory information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages