There are many productivity apps these days. Todo lists, notes, kanban boards, etc. But what are some productivity based apps or scripts you like to use in the terminal. Anything that wholly runs in the terminal or uses some api to help.
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (24)
I really like bat. It's cat, but with syntax highlighting and also shows line numbers, git changes, and all that jazz.
oh this tool is neat. I was using mdcat for this but i really like this one.
#RUST
I use it as a drop-in replacement for cat with the following options:
It's really powerful!
This is lovely!
Wow! I have already replaced grep with ripgreg thanks to @dmfay mentioning it. I just tried bat and it's cool as well, thanks! Rust for the win I guess :D
Nice.
I wrote a couple PowerShell scripts for work that speed up processing Product Photos.
Fetches and downloads specific images from the Clarks website. All I have to do is tell the script how the file name should start (sometimes 261___, sometimes Clarks__, depending on who's building the products) and then I just throw in the 5 digit SKU numbers till I'm done.
I've looked into doing this for other brands too, but Clarks is the only one so far that has consistent image storage and naming conventions that makes it scriptable.
I have to upload files into anywhere from 1 - 3 different FTP locations. This script asks which to upload to, takes all the images in the "Fixed" folder and uploads them to the different locations.
when (check your package manager too)
it is something i wrote myself:
github.com/adhocore/please ๐
OhMyZSH + Powerline ๐
tldr.sh/ is awesome!
oh this is pretty swanky.
Wow! That is awesome! Terminal tools make me so happy :D
For things like what you're doing with
zI just usectrl-rand pull what I want from my shell history.See also: dev.to/mamyn0va/cli-love-inside-4lgl
Those apps are for managers productivity. I mean that the managers should handle the extra tickets and priority, handle everything else around us so we can focus on development. At least for the teams where I worked, the bottleneck were the devs, so the managers acted as a filtering funnel for us.
We, as devs need tools to that take the load from us. Last one I found was bash-it. Other is
dockerto install local dependencies like databases and admins.Most of the others are embeded in the intelliJ IDE's.
A couple of my favorites that haven't been mentioned: