From aa4f2827ce49f21491a56646a177fe0c6a9df63f Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Fri, 5 Jul 2019 15:52:12 +0200 Subject: [PATCH 1/4] Update dwarf-fortress description --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 20fa1f2..d94e583 100644 --- a/readme.md +++ b/readme.md @@ -112,7 +112,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Games -- [Dwarf Fortress](http://www.bay12games.com/dwarves/) - Dwarf Fortress is a part construction and management simulation, part roguelike, indie video game. +- [Dwarf Fortress](http://www.bay12games.com/dwarves) - Roguelike construction and management simulation. ## Development From 3d21d2aaef1225bd71b2cd9f248bd9b39ebc4343 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Fri, 5 Jul 2019 15:57:18 +0200 Subject: [PATCH 2/4] Move open-pip-cli to macOS --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d94e583..a9d4a81 100644 --- a/readme.md +++ b/readme.md @@ -101,7 +101,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Video - [youtube-dl](https://github.com/ytdl-org/youtube-dl) - Download videos from YouTube.com and many other video sites. -- [open-pip-cli](https://github.com/albinekb/open-pip-cli) - Watch movies in macOS native picture-in-picture player from your terminal. - [streamlink](https://github.com/streamlink/streamlink) - Extract streams from various websites to a video player of your choosing. - [mps-youtube](https://github.com/mps-youtube/mps-youtube) - Youtube player. - [mpv](https://mpv.io) - Superior video player. @@ -281,6 +280,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### macOS +- [open-pip-cli](https://github.com/albinekb/open-pip-cli) - Watch videos in picture-in-picture player. - [app-path-cli](https://github.com/sindresorhus/app-path-cli) - Get the path to an app. - [bundle-id-cli](https://github.com/sindresorhus/bundle-id-cli) - Get bundle identifier from a bundle name: Safari → com.apple.Safari. - [bundle-name-cli](https://github.com/sindresorhus/bundle-name-cli) - Get bundle name from a bundle identifier: com.apple.Safari → Safari. From 2bec660e43d206ae763690579e945b55d58b6036 Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Fri, 5 Jul 2019 16:02:23 +0200 Subject: [PATCH 3/4] Remove cycli Unmaintained See #330 --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index a9d4a81..e9f2aee 100644 --- a/readme.md +++ b/readme.md @@ -165,7 +165,6 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. ### Database -- [cycli](https://github.com/nicolewhite/cycli) - Neo4j client with autocompletion and syntax highlighting. - [mycli](https://github.com/dbcli/mycli) - MySQL client with autocompletion and syntax highlighting. - [pgcli](https://github.com/dbcli/pgcli) - Postgres client with autocompletion and syntax highlighting. From 2d8264becfd04a3f905c2cc3529fe8827d02813b Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Sat, 6 Jul 2019 18:50:07 +0200 Subject: [PATCH 4/4] Add pipe_exec (#339) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e9f2aee..0422ffc 100644 --- a/readme.md +++ b/readme.md @@ -276,6 +276,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [shallow-backup](https://github.com/alichtman/shallow-backup) - Git integrated backup tool. - [fkill-cli](https://github.com/sindresorhus/fkill-cli) - Simple cross-platform process killer. - [task-spooler](http://vicerveza.homeunix.net/~viric/soft/ts) - Queue jobs for linear execution. +- [pipe_exec](https://github.com/koraa/pipe_exec) - Run executables from stdin, pipes and ttys without creating a temporary file. ### macOS