Favorite tools, utilities, apps, add-ons, scripts, etc.

Chat about Linux in general
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
JoeFootball
Level 13
Level 13
Posts: 4673
Joined: Tue Nov 24, 2009 1:52 pm
Location: /home/usa/mn/minneapolis/joe

Favorite tools, utilities, apps, add-ons, scripts, etc.

Post by JoeFootball »

This tip about AutoKey (thanks phd21) got my curiosity going. If anyone has any personal favorite tools, utilities, apps, add-ons, scripts, etc., which they use on a frequent basis, I'd be interested to hear about them.

Examples: firejail guake htop hardinfo axel catfish

Thanks in advance! :)

Joe
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
BenTrabetere
Level 7
Level 7
Posts: 1890
Joined: Sat Jul 19, 2014 12:04 am
Location: Hattiesburg, MS USA

Re: Favorite tools, utilities, apps, add-ons, scripts, etc.

Post by BenTrabetere »

JoeFootball wrote:This tip about AutoKey (thanks phd21) got my curiosity going
Since the impulse to start this thread was Autokey, I might as well start there. It is a very handy utility for me. I have shortcuts for my excruciatingly long and easy to missplel street address, for common accented characters like ñ and é, and for symbols like ¶ and §. I have a shortcut for a basic template for shell scripts, and shortcuts for frequently used BBCodes (I compose a lot of my posts off-line). Just about any repetitive keyboard activity can be automated with Autokey.

Yelp is the GNOME help viewer. It natively views Mallard, DocBook, man, info, and HTML documents, and the documentation for this nifty utility is criminally inadequate. Once I figured out entering yelp man:inxi from the command line would load the man page for inxi I found it useful for viewing man pages. And, yes, I have an Autokey shortcut for the yelp man: bit.

Terminator has become my favorite terminal emulator. It supports multiple terminal windows and is fully customizable. It opens when I log in, and I have it set up to open two tabs - one is full screen, the other is split horizontally.

curl wttr.in/location
One of the first things I do when I start the day is to check the weather for my hometown withcurl wttr.in/Hattiesburg. This command gives me a 3-day forecast, and I have Terminator set up to run the command at log in.

Poppler Utilities and PDF Toolkit + PDF Chain
Poppler-utils and PDFtk are sets command line tools for working with PDFs, and PDF Chain is a GUI front-end for the most commonly used PDFtk tools. When working from the command line I find poppler-utils easier and faster to use than PDFtk; PDF Chain puts a friendly face on PDFtk.

ImageMagick Montage
One of the last steps in my photography workflow is to create a contact print. A contact print is a collection of thumbnails, and it is nice reviewing a group of the images quickly. There are several ways to skin this cat, and I have used a lot of them - the IM montage tool currently suits my needs the best.

The command I use creates a contact print that has up to 24 thumbnails per page, each thumbnail is 250x250 in size with the filename as a label, and it will generate a multi-page PDF for contact prints of 25+ images. And I have an Autokey shortcut....

Code: Select all

montage -verbose -label '%f' -font Helvetica -pointsize 12 -background '#D3D3D3' -fill 'black' -define jpeg:size=250x250 -frame 6x6+2+2 -geometry 250x250+2+2 -tile 4x6 -auto-orient *.jpg ContactPrint.pdf 
Patreon sponsor since August 2022
Image
User avatar
thx-1138
Level 8
Level 8
Posts: 2092
Joined: Fri Mar 10, 2017 12:15 pm
Location: Athens, Greece

Re: Favorite tools, utilities, apps, add-ons, scripts, etc.

Post by thx-1138 »

[url]https://github.com/pixelb/ps_mem[/url]
+
[url]https://github.com/Fred-Barclay/Caja-Wipe[/url]
+
[url]https://www.gnome-look.org/p/1007703/[/url]
Locked

Return to “Chat about Linux”