mirror of
https://github.com/alebcay/awesome-shell.git
synced 2025-04-23 08:39:25 -04:00
Merge branch 'master' into patch-1
This commit is contained in:
commit
fd0076b111
14
README.md
14
README.md
@ -37,6 +37,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
*Choose your base shell.*
|
||||
|
||||
* [bash](https://www.gnu.org/software/bash/) - GNU Project's shell (Bourne Again SHell)
|
||||
* [elvish](https://elv.sh/) - Friendly, expressive shell features like anonymous functions and data structures
|
||||
* [fish](https://fishshell.com) - Smart and user-friendly command line shell
|
||||
* [shenv](https://github.com/shenv/shenv) - Simple shell version management
|
||||
* [xiki](http://xiki.org) - Makes the shell console more friendly and powerful
|
||||
@ -83,7 +84,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [k alias](https://github.com/lingtalfi/k) - get kool aliases (and more) working with a simple one-liner
|
||||
* [lazy-cd](https://github.com/pedramamini/lazy-cd) - Simple bash commands for bookmarked navigation of the file system, complete with bash-completion.
|
||||
* [lf.sh](https://github.com/suewonjp/lf.sh) - Quickly search files with fewer typings and do many more (grepping, copying path to clipboard, etc)
|
||||
* [Lmod](http://lmod.readthedocs.io/en/latest/) - Lua-based Environment Modules that enhances Tcl-based modules while being backward compatible (compare to modules)
|
||||
* [Lmod](https://lmod.readthedocs.io/en/latest/) - Lua-based Environment Modules that enhances Tcl-based modules while being backward compatible (compare to modules)
|
||||
* [marker](https://github.com/pindexis/marker) - Bookmark your shell commands
|
||||
* [modules](http://modules.sourceforge.net/) - Classical Tcl-based Environment Modules managing the shell environment (compare to Lmod, direnv, and autoenv)
|
||||
* [nnn](https://github.com/jarun/nnn) - File browser and disk usage analyzer with excellent desktop integration
|
||||
@ -105,7 +106,8 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [sshfs](https://github.com/osxfuse/sshfs) - A tool for mounting remote file systems over SSH
|
||||
* [sshrc](https://github.com/Russell91/sshrc) - Bring your .bashrc, .vimrc, etc. with you when you SSH
|
||||
* [sudocabulary](https://github.com/badarsh2/Sudocabulary) - Learn English Vocabulary from your terminal
|
||||
* [surfraw](https://packages.debian.org/stretch/surfraw) - browse specific site and search the web from your terminal without browser.
|
||||
* [surfraw](https://gitlab.com/surfraw/Surfraw) - browse specific site and search the web from your terminal without browser.
|
||||
* [task-manager](https://github.com/lingtalfi/task-manager) - Execute all your scripts with just two or three keystrokes.
|
||||
* [thefuck](https://github.com/nvbn/thefuck) - Fix common shell mistakes by using an easy to remember command
|
||||
* [tldr](https://github.com/raylee/tldr) - A fully-functional bash client for tldr, simplified and community-driven man pages
|
||||
* [tmux](http://tmux.github.io/) - Amazing terminal multiplexer
|
||||
@ -132,12 +134,14 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [liquidprompt](https://github.com/nojhan/liquidprompt) - A full-featured & carefully designed adaptive prompt for Bash & Zsh
|
||||
* [mysql-colorize](https://github.com/zpm-zsh/mysql-colorize) - Colorization for mysql comand-line client
|
||||
* [oh-my-git](https://github.com/arialdomartini/oh-my-git) - An opinionated git prompt for bash and zsh
|
||||
* [polyglot](https://github.com/agkozak/polyglot) - An informative Git prompt that works in bash, zsh, ksh, mksh, pdksh, dash, and busybox sh
|
||||
* [sexy-bash-prompt](https://github.com/twolfson/sexy-bash-prompt) - Bash prompt with colors, Git statuses, and Git branches
|
||||
|
||||
## For Developers
|
||||
|
||||
*Command-line development, version control, and deployment.*
|
||||
|
||||
* [add-gitignore](https://github.com/TejasQ/add-gitignore) - Interactive CLI that generates a .gitignore for your project based on your needs.
|
||||
* [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations
|
||||
* [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash
|
||||
* [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code
|
||||
@ -147,12 +151,13 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Many Git extra utilities. Churn, cut-branch, improved-merge and many more.
|
||||
* [git-extras](https://github.com/tj/git-extras) - Git utilities -- repo summary, repl, changelog population, author commit percentages and more
|
||||
* [git-open](https://github.com/paulirish/git-open) - Type `git open` to open the GitHub page or website for a repository in your browser
|
||||
* [git-quick-stats](https://github.com/arzzen/git-quick-stats) - Git quick statistics is a simple and efficient way to access various statistics in git repository.
|
||||
* [git-semver](https://github.com/markchalloner/git-semver) - Git plugin for easing semantic versioning and changelog validation
|
||||
* [git-sh](https://github.com/rtomayko/git-sh) - A customized Bash environment suitable for Git work
|
||||
* [git-up](https://github.com/aanand/git-up) - Automatically rebase incoming changes instead of merging. Be polite!
|
||||
* [hub](https://github.com/github/hub) - hub helps you win at git.
|
||||
* [licins](https://github.com/dogoncouch/licins) - Insert commented software licenses into source code.
|
||||
* [mr](http://myrepos.branchable.com/) - Multiple Repository management tool
|
||||
* [mr](https://myrepos.branchable.com) - Multiple Repository management tool
|
||||
* [overcommit](https://github.com/brigade/overcommit) - A fully configurable and extendable Git hook manager
|
||||
* [pre-commit](https://pre-commit.com) - A framework for managing and maintaining multi-language pre-commit hooks
|
||||
* [rebound](https://github.com/shobrook/rebound) - Instantly browse Stack Overflow results in your terminal when you get a compiler error
|
||||
@ -174,6 +179,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [stronghold](https://github.com/alichtman/stronghold) - Easily configure MacOS security settings from the terminal.
|
||||
* [glances](https://github.com/nicolargo/glances) - Glances an Eye on your system
|
||||
* [goaccess](https://github.com/allinurl/goaccess) - GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in \*nix systems.
|
||||
* [hblock](https://github.com/hectorm/hblock) - Hosts-file based adblocker
|
||||
* [histstat](https://github.com/vesche/histstat) - History for netstat
|
||||
* [htop](https://github.com/hishamhm/htop) - A ncurses based interactive process viewer which aims to be a better `top`
|
||||
* [lnav](http://lnav.org) - An advanced log file viewer for the small-scale
|
||||
@ -254,6 +260,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [transfer.sh](https://transfer.sh/) — Quickly upload and share files from your shell
|
||||
* [vl](https://github.com/ellisonleao/vl) - URL link checker on text documents
|
||||
* [wego](https://github.com/schachmat/wego) - Weather app for the terminal
|
||||
* [whales](https://github.com/Gueils/whales) - A tool to automatically dockerize your applications
|
||||
* [whereami](https://github.com/rafaelrinaldi/whereami) - Get your geolocation information from the CLI
|
||||
* [wttr.in](https://github.com/chubin/wttr.in) - :partly_sunny: The right way to check the weather (curl wttr.in)
|
||||
|
||||
@ -275,6 +282,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
|
||||
* [bash-it](https://github.com/Bash-it/bash-it) - A community Bash framework
|
||||
* [basher](https://github.com/basherpm/basher) - A package manager for shell scripts
|
||||
* [bashing](https://github.com/xsc/bashing) - Smashing Bash into Pieces
|
||||
* [bpkg](http://www.bpkg.sh/) - JavaScript has npm, Ruby has Gems, Python has pip and now Shell has bpkg
|
||||
* [dotdrop](https://github.com/deadc0de6/dotdrop) - Save your dotfiles once, deploy them everywhere
|
||||
* [dotfiler](https://github.com/svetlyak40wt/dotfiler) – Shell agnostic git based dotfiles package manager, written in Python.
|
||||
|
@ -110,7 +110,7 @@
|
||||
* [git-sh](https://github.com/rtomayko/git-sh) - 适合 Git 工作的定制 Bash 环境
|
||||
* [git-up](https://github.com/aanand/git-up) - 自动变基进来的更改代替合并,优雅!
|
||||
* [hub](https://github.com/github/hub) - 更易使用 GitHub 的命令行工具
|
||||
* [mr](http://myrepos.branchable.com/) - 多仓库管理工具
|
||||
* [mr](https://myrepos.branchable.com) - 多仓库管理工具
|
||||
* [overcommit](https://github.com/brigade/overcommit) - 完全可配置且可扩展的 Git hook 管理器
|
||||
* [pre-commit](https://pre-commit.com) - 用于管理及维护多语言 pre-commit hooks 的框架
|
||||
* [repren](https://github.com/jlevy/repren) - 命令行搜索与替换及文件重命名的瑞士军刀式工具
|
||||
|
Loading…
x
Reference in New Issue
Block a user