From 408deea4276c8a22ea19f168523e2fc3662e7aa4 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 15 Oct 2021 21:29:57 -0700 Subject: [PATCH] appended to linux notes new programs --- linux_notes.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/linux_notes.txt b/linux_notes.txt index c3ddab30..24e9ced6 100644 --- a/linux_notes.txt +++ b/linux_notes.txt @@ -119,6 +119,20 @@ curl ifconfig.me To display all directories/files: tree +To display stocks: +mop + +To display weather: +inxi -w + +To open terminal video player: +mplayer + +To download youtube videos: +youtube-dl +Only Audio +youtube-dl -x + To display all directories EXCEPT for one directory: tree -I ignored_directory_name Example: