From f07a78b2019c4c6df4a4abfea39b326bf6c7a43d Mon Sep 17 00:00:00 2001 From: Jonathan Neidel Date: Fri, 1 Oct 2021 10:42:03 +0200 Subject: [PATCH] Add script for checking apps for deprecation (#483) --- check-for-deprecation.sh | 21 +++++++++++++++++++++ readme.md | 2 -- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100755 check-for-deprecation.sh diff --git a/check-for-deprecation.sh b/check-for-deprecation.sh new file mode 100755 index 0000000..e9ff4b5 --- /dev/null +++ b/check-for-deprecation.sh @@ -0,0 +1,21 @@ +#! /bin/sh + +OUT_FILE=deprecated.txt + +if [ "$1" = "--help" ] || [ "$1" = "-h" ] || [ "$1" = "help" ]; then + cat <>deprecated.txt >(cat /dev/stdin); else echo CHECKED $i | cat /dev/stdin; fi) & +done diff --git a/readme.md b/readme.md index a8850ec..d4838f3 100644 --- a/readme.md +++ b/readme.md @@ -94,13 +94,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [itunes-remote](https://github.com/mischah/itunes-remote) - Control iTunes via CLI. - [pianobar](https://6xq.net/pianobar/) - Pandora client. - [somafm-cli](https://github.com/rockymadden/somafm-cli) - Listen to SomaFM in your terminal. -- [nehm](https://github.com/bogem/nehm) - Download tracks from SoundCloud. - [mpd](https://github.com/MusicPlayerDaemon/MPD) - Music Player Daemon. - [ncmpcpp](https://github.com/arybczak/ncmpcpp) - mpd client. - [moc](http://moc.daper.net/) - Console audio player for Linux/UNIX. - [musikcube](https://github.com/clangen/musikcube) - Cross-platform, terminal-based music player, audio engine, metadata indexer, and server. - [beets](https://github.com/beetbox/beets) - Music library manager and tagger. -- [playx](https://github.com/NISH1001/playx) - Stream songs/playlists from various sources. - [spotify-tui](https://github.com/Rigellute/spotify-tui) - Spotify client. - [swaglyrics-for-spotify](https://github.com/SwagLyrics/SwagLyrics-For-Spotify) - Spotify lyrics.