4 liens privés
Spotitube: synchronize your Spotify collections offline with metadata and lyrics filling and automatic playlists (M3U/PLS) files creation 🎵 :spotify:
An bash alias is nothing but the shortcut to commands. The alias command allows the user to launch any command or group of commands (including options and filenames) by entering a single word. Use alias command to display a list of all defined aliases. You can add user-defined aliases to ~/.bashrc file. You can cut down typing time with these aliases, work smartly, and increase productivity at the command prompt.
Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
If you have ffmpeg, from the command-line you can try:
'ffmpeg -i input.mp4 -c copy output.mp4'
If the problem is just with the container, this will fix it.
If that doesn't work, please post the complete terminal message, as it could give a clue as to how to fix the file.
--evilsoup
Inspired by a similar post by Ben Boyter this a list of useful command line tools that I use. It’s not a list of every tool I use. These are tools that are new or typically not part of a standard POSIX command line environment.
PIRE is an interactive command-line interface allowing you to edit regexes live and see how your changes match against the input you specify.
Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.
The commands below are laid out in a more-or-less narrative style, so if you're just getting started with bash, you can work your way through from the beginning to the end. Things generally get less common and more difficult toward the end.
It's Fucking Fast rocket
Minimal (only requires bash and coreutils)
Smooth Scrolling (using vim keybindings)
Works on Linux, BSD, macOS, Haiku etc.
Supports LS_COLORS!
File Operations (copy, paste, cut, ranger style bulk rename, etc)
Tab completion for all commands!
Automatic CD on exit (see setup)
Works as a file picker in vim/neovim (link)!
Display images with w3m-img!
Supports $CDPATH.
nnn is one of the fastest and most lightweight file managers (~50KB binary, ~3.5MB resident memory usage, highly optimized code). And yet, it doesn't lack in features!
A curated list of command line apps.
NCurses Disk Usage
Ncdu is a disk usage analyzer with an ncurses interface.
gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text.
Byobu is a GPLv3 open source text-based window manager and terminal multiplexer. It was originally designed to provide elegant enhancements to the otherwise functional, plain, practical GNU Screen, for the Ubuntu server distribution.
Tig is an ncurses-based text-mode interface for git. It functions mainly as a Git repository browser, but can also assist in staging changes for commit at chunk level and act as a pager for output from various Git commands.
exa is an improved file lister with more features and better defaults. It uses colours to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. And it’s small, fast, and just one single binary.
pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of data through a pipeline.
It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with rifle, a file launcher that is good at automatically finding out which program to use for what file type.