From 89a8901ee8d759cfab19d1ebcb4a0612025f02d6 Mon Sep 17 00:00:00 2001 From: Caleb Xu Date: Fri, 17 Jan 2020 07:54:49 -0500 Subject: [PATCH] Fix broken or redirected links --- README.md | 3 +-- README_ZH-CN.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d45c4a9..eeb83f6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [shell++](https://github.com/alexst07/shell-plus-plus) - Friendly and modern functional and object oriented shell script language * [shenv](https://github.com/shenv/shenv) - Simple shell version management * [tcsh](https://www.tcsh.org/) - C shell with file name completion and command line editing -* [xiki](http://xiki.org) - Makes the shell console more friendly and powerful +* [xiki](https://xiki.org) - Makes the shell console more friendly and powerful * [xonsh](https://xon.sh) - Python-ish, BASHwards-looking shell language and command prompt * [yash](https://yash.osdn.jp/) - A POSIX-compliant command line shell with built-in support for completion and prediction based on command history * [zsh](http://www.zsh.org) - Powerful shell with scripting language @@ -127,7 +127,6 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. - [snips](https://github.com/srijanshetty/snips) - Commandline tool to manage snippets of code. * [sqlline](https://github.com/julianhyde/sqlline) - Shell for issuing SQL to relational databases via JDBC (multiline, completion, highlighting, dialect support) * [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://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. diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 07573fb..f977a88 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -67,7 +67,6 @@ * [sshpass](https://sourceforge.net/projects/sshpass/) - 通过命令行传递ssh密码,无需再次输入,适合用于脚本之中 * [autossh](https://sourceforge.net/projects/autossh/) - 自动重启ssh通道和会话 * [mosh](https://mosh.org) - 第一个实现SSP的应用,MIT的博士项目,使得C/S之间可以保持链接持续,即使断开还能恢复之前的状态 -* [sshrc](https://github.com/Russell91/sshrc) - SSH 时带上你的 .bashrc、.vimrc 等 * [sudocabulary](https://github.com/badarsh2/Sudocabulary) - 从终端学习英语词汇 * [td-cli](https://github.com/darrikonn/td-cli) - 组织者命令行管理器,用于跨多个项目组织和管理您的待办事项。 * [thefuck](https://github.com/nvbn/thefuck) - 通过使用容易记住的命令修正常见的 shell 错误