trash-cli

Move files and directories to the trash.

del-cli

Delete files and folders.

rename-cli

A cross-platform tool for renaming files quickly, especially multiple files at once.

detox

A utility designed to easily clean up filenames; it replaces characters like spaces with standard equivalents; it also replace UTF-8 or Latin-1 (or CP 1252) characters with more handy ones.

rename

Included in `util-linux`, allows bulk rename of files with regex support.

renameutils

A set of programs to change file and directory names by editing them inplace; I find `imv` especially useful to edit a filename at the program prompt.

rmlint

A tool to recursively scan a directory tree looking for duplicate and broken files; it outputs statistics and save the list of files in JSON format; it produce a shell script that can be inspected before running it to delete the desire files.

chokidar-cli

CLI to watch file system changes.

file-type-cli

Detect the file type of a file or stdin.

DocToc

Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites.

fullname-cli

Get the fullname of the current user.

gzip-size-cli

Get the gzipped size of a file or stdin.

HASHA -cli

Hashing made simple. Get the hash of text or stdin.

alder

A minimal implementation of the UNIX tree command with colors!

exa

An improved version of `ls` written in Rust.

pkg-dir-cli

Find the root directory of a npm package.

autojump

A cd command that learns - easily navigate directories from the command line- https://github.com/wting/autojump/wiki.

fasd

Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.