filmov
tv
9 AMAZING COMMAND LINE TOOLS for Linux
Показать описание
👏 SUPPORT THE CHANNEL:
Get access to a weekly podcast, vote on the next topics I cover, and get your name in the credits:
📹 MORE VIDEOS FROM ME
🏆 FOLLOW ME ELSEWHERE:
📷 GEAR I USE:
*Amazon Links are affiliate codes and generate small commissions to support the channel*
This video is distributed under the Creative Commons Share Alike license.
00:00 Intro
00:33 100$ FREE CREDIT for your Linux or Gaming server
01:30 trash-cli & rmtrash: put files in the trash
03:46 autojump: move quickly to often visited directories
05:31 ranger: terminal file manager
06:32 the fuck: auto-correcting your mistakes
08:12 tldr: actually readable man pages
09:20 caniuse: check which browser supports what
10:24 eDex-UI: full screen terminal dashboard
11:32 espeak-ng: make your computer speak
12:35 gifgen: create gifs from any video file
13:52 And more!
14:33 Get a laptop or desktop that runs Linux out of the box
15:53 Support the channel
Trash-cli & rmtrash:
These let you put files in the trash with the command line, and follow the same options and arguments as the rm command, so you can alias one to the other.
The syntax is really easy, with trash-put to put a file in the trash, trash-list to list all files, trash-restore to restore a file, and trash-empty, well, you guessed what this one does.
Autojump:
This is a tool that lets you super quickly jump into a specific directory, based on the folders you visit the most. Autojump starts maintaining a database of the folders you visit based on your history, the more you visit a folder, the higher it's weight in the database.
Ranger
If the ls command is not enough for your file management needs, you can also use ranger. it's a command line file manager that uses the vim keyboard shortcuts to navigate and interact with files.
TheF*ck
So, the F*ck is a project that will autocorrect your mistakes when you type a command. Let's say you're trying to install a package on Fedora.
It will work with a LOT of different errors, like mistyping an argument, or command, forgetting an argument, and a lot more stupid mistakes.
TLDR
Another super helpful command is TLDR. If you're starting with the command line, or trying to learn a new command, you might find the --help option insufficient, and the man command way too overstuffed with text.
Caniuse
There is an easy way to check which browser supports what, with the "caniuse" command. You probably already know about the caniuse website, but you can also check it through your terminal, by just typing caniuse followed by the property or feature you want to use.
edex-UI
It basically displays a ton of system information, multiple terminals, your filesystem, your network usage, an on screen keyboard for touch users, and more!
espeak-ng
espeak-ng lets you type any sentence you like, and have your computer read it. It supports multiple voices, which you can list with the --voices option, and invoke by adding the argument -v followed by the voice name.
Gifgen
This little tool will let you turn any video file into an animated image, and it lets you specify the framerate, with the -f option, and even select which portion of the video you want to keep, with the -b option to set the beginning time, and the -d option to set the duration.
Комментарии