mirror of
https://github.com/alebcay/awesome-shell.git
synced 2025-04-23 08:39:25 -04:00
Fix more redirects
This commit is contained in:
parent
439d45a460
commit
2f9be40a28
@ -42,7 +42,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [osh](https://www.oilshell.org) - Bash compatible, with new/modern Unix shell language called Oil
|
||||
* [shenv](https://github.com/shenv/shenv) - Simple shell version management
|
||||
* [xiki](http://xiki.org) - Makes the shell console more friendly and powerful
|
||||
* [xonsh](http://xonsh.org) - Python-ish, BASHwards-looking shell language and command prompt
|
||||
* [xonsh](https://xon.sh) - Python-ish, BASHwards-looking shell language and command prompt
|
||||
* [zsh](http://www.zsh.org) - Powerful shell with scripting language
|
||||
|
||||
## Command-Line Productivity
|
||||
@ -53,7 +53,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [ag](https://github.com/ggreer/the_silver_searcher) - Super fast string search through a directory hierarchy
|
||||
* [aliases](https://github.com/sebglazebrook/aliases) - Contextual, dynamic, organized aliases for bash
|
||||
* [aliasme](https://github.com/Jintin/aliasme) - alias helper to change directory quickly
|
||||
* [autoenv](https://github.com/kennethreitz/autoenv) - Directory-based environments
|
||||
* [autoenv](https://github.com/inishchith/autoenv) - Directory-based environments
|
||||
* [autojump](https://github.com/wting/autojump) - A cd command that learns - easily navigate directories from the command line
|
||||
* [bashhub](https://github.com/rcaloras/bashhub-client) - :cloud: Bash history in the cloud. Indexed and searchable.
|
||||
* [bashmarks](https://github.com/huyng/bashmarks) - Directory bookmarks for the shell
|
||||
@ -62,7 +62,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [boom](https://github.com/holman/boom) - Store links and snippets in the commandline
|
||||
* [borg](https://github.com/ok-borg/borg) - A terminal based search engine for bash commands
|
||||
* [Buku](https://github.com/jarun/Buku) - Powerful command-line bookmark manager
|
||||
* [byobu](http://byobu.co/) - Text-based window manager and terminal multiplexer
|
||||
* [byobu](https://byobu.org/) - Text-based window manager and terminal multiplexer
|
||||
* [commacd](https://github.com/shyiko/commacd) - A faster way to move around in Bash
|
||||
* [CloudClip](https://github.com/skywind3000/CloudClip) - Your own clipboard in the cloud, copy and paste text with gist between different systems
|
||||
* [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the terminal
|
||||
@ -260,7 +260,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
|
||||
* [hn-cli](https://github.com/rafaelrinaldi/hn-cli) - Browse Hacker News from the comfort of your Terminal
|
||||
* [iponmap](https://github.com/nogizhopaboroda/iponmap) - Draw point on world map using ip address
|
||||
* [isitup](https://github.com/lord63/isitup) - Check whether a website is up or down
|
||||
* [jrnl](https://github.com/maebert/jrnl) - A simple command line journal application that stores your journal in a plain text file
|
||||
* [jrnl](https://github.com/jrnl-org/jrnl) - A simple command line journal application that stores your journal in a plain text file
|
||||
* [ledger](https://github.com/ledger/ledger) - Command line accounting
|
||||
* [licen](https://github.com/lord63/licen) - Generate your license. Yet another lice, but implement with Jinja2 and docopt
|
||||
* [md2png](https://github.com/weaming/md2png) - Convert markdown to PNG image
|
||||
|
@ -25,7 +25,7 @@
|
||||
* [ag](https://github.com/ggreer/the_silver_searcher) - 在层级目录中超快的搜索字符串
|
||||
* [aliases](https://github.com/sebglazebrook/aliases) - 针对 bash 的上下文动态组织别名
|
||||
* [aliasme](https://github.com/Jintin/aliasme) - 用来快速更改目录的 alias 辅助程序
|
||||
* [autoenv](https://github.com/kennethreitz/autoenv) - 基于目录的环境
|
||||
* [autoenv](https://github.com/inishchith/autoenv) - 基于目录的环境
|
||||
* [autojump](https://github.com/wting/autojump) - 自带学习功能的 cd 命令,从命令行轻易地导航目录
|
||||
* [bashhub](https://github.com/rcaloras/bashhub-client) - :cloud: 在云中的 bash 历史,已索引且可搜索。
|
||||
* [bashmarks](https://github.com/huyng/bashmarks) - 适用于 shell 的目录书签
|
||||
@ -33,7 +33,7 @@
|
||||
* [boilr](https://github.com/tmrts/boilr) - 从 boilerplate 模板创建项目的超快命令行工具
|
||||
* [boom](https://github.com/holman/boom) - 在命令行中存储链接及片断
|
||||
* [borg](https://github.com/ok-borg/borg) - 基于终端的 bash 命令搜索引擎
|
||||
* [byobu](http://byobu.co/) - 基于文本的窗口管理器及终端多路复用器
|
||||
* [byobu](https://byobu.org/) - 基于文本的窗口管理器及终端多路复用器
|
||||
* [CloudClip](https://github.com/skywind3000/CloudClip) - 云剪贴板,在不同的系统之间 copy/paste (使用 gist 作为后端)
|
||||
* [commacd](https://github.com/shyiko/commacd) - 在 Bash 中更快速的移动方式
|
||||
* [desk](https://github.com/jamesob/desk) - 适用于 shell 的轻量级工作区管理器
|
||||
@ -187,7 +187,7 @@
|
||||
* [hn-cli](https://github.com/rafaelrinaldi/hn-cli) - 从终端舒服的浏览 Hacker News
|
||||
* [iponmap](https://github.com/nogizhopaboroda/iponmap) - 利用 IP 地址在世界地图上绘点
|
||||
* [isitup](https://github.com/lord63/isitup) - 检查一个网站是否正常上线
|
||||
* [jrnl](https://github.com/maebert/jrnl) - 使用无格式文本文件存储日记的简单命令行程序
|
||||
* [jrnl](https://github.com/jrnl-org/jrnl) - 使用无格式文本文件存储日记的简单命令行程序
|
||||
* [ledger](https://github.com/ledger/ledger) - 命令行记账
|
||||
* [licen](https://github.com/lord63/licen) - 生成项目 license
|
||||
* [md2png](https://github.com/weaming/md2png) - 从 markdown 文件生成 png 图片
|
||||
|
Loading…
x
Reference in New Issue
Block a user