Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-shell

Awesome Shell Chinese Edition
https://github.com/xuxiaodong/awesome-shell

Last synced: 1 day ago
JSON representation

  • Command-Line Productivity

    • ag - Super fast string search through a directory hierarchy
    • autoenv - Directory-based environments
    • autojump - A cd command that learns - easily navigate directories from the command line
    • bash-slugify - Command that converts filenames and directories to a web friendly format
    • bashmarks - Directory bookmarks for the shell
    • boom - Store links and snippets in the commandline
    • commacd - A faster way to move around in Bash
    • fasd - Command-line productivity booster, offers quick access to files and directories
    • fzf - A command-line fuzzy finder
    • hhighlighter - Colorize words in a command output
    • hr - `<hr />` for your terminal
    • hstr - Bash History Suggest Box
    • k - k is a Zsh script to make directory listings more readable, adding Git status, fileweight colors and rotting dates
    • marker - Bookmark your shell commands
    • percol - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell
    • spot - Tiny file search utility
    • snips - Commandline tool to manage snippets of code.
    • sshfs - A tool for mounting remote file systems over SSH
    • thefuck - Fix common shell mistakes by using an easy to remember command
    • v - z for vim.
    • wemux - Multi-User Tmux Made Easy
    • z - z is the new j, yo
    • spark - ▁▂▃▅▂▇ in your shell
    • parallel - Build and execute shell command lines from standard input in parallel
    • byobu - Text-based window manager and terminal multiplexer
    • sshrc - Bring your .bashrc, .vimrc, etc. with you when you SSH
    • tmux - Amazing terminal multiplexer
  • Customization

  • For Developers

    • dokku - Docker powered mini-Heroku in around 100 lines of Bash
    • git-extra-commands - Many Git extra utilities. Churn, cut-branch, improved-merge and many more.
    • git-extras - Git utilities -- repo summary, repl, changelog population, author commit percentages and more
    • git-open - Type `git open` to open the GitHub page or website for a repository in your browser
    • git-semver - Git plugin for easing semantic versioning and changelog validation
    • git-sh - A customized Bash environment suitable for Git work
    • git-up - Automatically rebase incoming changes instead of merging. Be polite!
    • overcommit - A fully configurable and extendable Git hook manager
    • repren - Command-line search-and-replace and file-renaming swiss army knife
    • slap - Sublime-like terminal-based text editor that runs on Node.js
    • shipit - Minimalistic SSH deployment
    • cloc - Count Lines of Code
    • mr - Multiple Repository management tool
  • System Utilities

    • cv - Linux tool to show progress for cp, rm, dd, ...
    • htop - A ncurses based interactive process viewer which aims to be a better `top`
    • lsp - An improved `ls`, with file descriptions in plain language and intelligent file grouping
  • Zsh

  • Applications

  • Games

  • Shell Package Management

    • bpkg - JavaScript has npm, Ruby has Gems, Python has pip and now Shell has bpkg
    • oh-my-fish - Framework for managing your Fish shell configuration inspired by Oh My Zsh
    • Wahoo - All-purpose framework and decentralized package manager for the fishshell.
  • Shell Script Development

    • dispatch - A command line argument parser in 50 lines of portable shell script.
    • shunit2 - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit.