From 8becf5ad3e5250f8d88af48dbc1fe05ef4662ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Legendre?= Date: Fri, 1 Mar 2019 16:47:03 +0100 Subject: [PATCH 1/3] Added bat (#262) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f9e16ec..46bb17f 100644 --- a/readme.md +++ b/readme.md @@ -280,6 +280,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [file-type-cli](https://github.com/sindresorhus/file-type-cli) - Detect the file type of a file or stdin. - [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files! - [DocToc](https://github.com/thlorenz/doctoc) - Generates table of contents for markdown files inside local git repository. Links are compatible with anchors generated by github or other sites. +- [bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings. ### Directory Listing From 97a5fe86093150d482266c77aa217b9735abb06c Mon Sep 17 00:00:00 2001 From: black Date: Fri, 1 Mar 2019 18:07:49 +0200 Subject: [PATCH 2/3] Added neofetch (#211) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 46bb17f..98a5eac 100644 --- a/readme.md +++ b/readme.md @@ -312,6 +312,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [warp](https://github.com/spolu/warp) - Secure and simple terminal sharing. - [OverTime](https://github.com/diit/overtime-cli) - Easy time-overlap tables for remote teams. - [undollar](https://github.com/ImFeelingDucky/undollar) - undollar strips the '$' preceding copy-pasted terminal commands. +- [neofetch](https://github.com/dylanaraps/neofetch) - A command-line system information tool written in bash 3.2+. ## Version Control From b57663d42c408ba5bd582382ea437511587fe9b0 Mon Sep 17 00:00:00 2001 From: Miguel Mota Date: Fri, 1 Mar 2019 18:52:26 -0800 Subject: [PATCH 3/3] Added cointop (#199) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 98a5eac..c1c99bc 100644 --- a/readme.md +++ b/readme.md @@ -420,6 +420,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [xiringuito](https://github.com/ivanilves/xiringuito) - A "poor man's VPN". An SSH-based "VPN" that's easy to install, but with slower performance than a real VPN. - [nasa-cli](https://github.com/xxczaki/nasa-cli) - Download NASA Picture of the Day from your terminal. - [googlr](https://github.com/Camji55/googlr) - Search Google from the command line. +- [cointop](https://github.com/miguelmota/cointop) - The fastest and most interactive terminal based UI application for tracking cryptocurrencies. ## Other Awesome Lists