20
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]

For me it's: Testdisk (and Photorec) Caddy Netstat Dig Aria2

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 11 points 1 month ago

For me it's the other way around I wish there would be better CLI support for GUI apps.

[-] [email protected] 3 points 1 month ago

It's been years since I had to admin Windows servers, but I was quite impressed with the number of MS products where the install and configuration tools would output the Powershell commands to carry out the changes you'd asked for. It made it quite a lot easier to automate. I'd love to see that paradigm catch on more widely, with the GUI and CLI having the same functionality and the GUI giving you the commands to run.

[-] [email protected] 1 points 1 month ago

I like gui file browser with integrated console window that prints all the commands you trigger by using gui as well.

[-] [email protected] 2 points 1 month ago
[-] [email protected] 3 points 1 month ago
  1. Gimp to batch edit pictures in a script (I know about ImageMagick but still)
  2. Excel to change stuff in excel files quickly (I know about python modules but it's so complicated to use)
  3. Proprietary VPN software like Cisco AnyConnect, I want to automate the login when I boot, but they don't let me

Just from the top of my head.

[-] [email protected] 1 points 1 month ago
  1. Gimp to batch edit pictures in a script (I know about ImageMagick but still)

It seems to exist: https://www.gimp.org/tutorials/Basic_Batch/

[-] [email protected] 0 points 1 month ago

There are many things you can do in the GIMP gui that can't be done programmatically :(

[-] [email protected] 1 points 1 month ago

This is one reason I love FreeCAD. Everything done in the GUI is just a python call

[-] [email protected] 0 points 1 month ago

For Excel there is a PowerShell module called Import-Excel that I use all the time.

[-] [email protected] 0 points 1 month ago

I see, nice, but I'm on Linux, so perhaps I need to run power shell there ^^

[-] [email protected] 2 points 1 month ago

If you don't want to use PowerShell in Linux, there's also nushell, which is another (non-POSIX) shell that can process Excel files

[-] [email protected] 1 points 1 month ago

I love programs like freecad despite the really hard/unintuitive gui. 95% of all the modelling i need to do (as an amateur) can be done easily in a python script.

The finishing touches like adding filets and chamfers are the annoying part were gui is easier, due to the way edges are referenced.

Likewise at work, we have to produce a lot of regular reports in excel. All done via python / sql.

[-] [email protected] 0 points 1 month ago

pavucontrol. I switch between usb headset and my external speakers all the time. Continually going to this gui is kind of annoying.

[-] [email protected] 0 points 1 month ago

I use a little oneliner with tofi (rofi/wofi would also work) to select the current output and avoid pavucontrol. It's mapped to a sway binding but would probably work in any wm/de:

pactl set-default-sink $(pactl list short sinks |awk '{print $2}' |tofi $tofi_args)

I'm using pipewire so the functionality of pactl is actually provided through pipewire-pulse I think

[-] [email protected] 0 points 1 month ago

This, but for a Fireshot like tool. Screenshot and pdf of webpages in their entirety by scrolling while shotting. In bulk, with CLI.

[-] [email protected] 0 points 1 month ago

Do you have a legitimate use-case for this?

[-] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Dont know if it's illegitimate otherwise 😉

But my user story is like this:

I want to preserve and archive information I used because it's a reflection of the things I did, learned and studied throughout life.

Then my use case are:

  • Orientation about "events": places to visit on daytrips or holidays (musea, nature, parks, campsites) and looking for practical information and background as well.
  • Gather a "dossier": info to help make a decision (buying expensive things, how to do home improvement etc)
  • Building a personal knowledge database: interesting articles and blogs.

My current workflow:

  • Browse
  • Bookmark extensively
  • Download pdf or other content (maps, routes, images) when provided.
  • Open bookmarks.
  • Fireshot every webpage to pdf and png
  • Save everything with a consequent filename (YYYYMMDD - Source - Title)

I would like to automate the last 3 steps of my workflow.

[-] [email protected] 0 points 1 month ago
[-] [email protected] 2 points 1 month ago

Does this support sites that lazy load content as you scroll?

[-] [email protected] 1 points 1 month ago

Not sure, search on "screenshot lazy load Fireshot" or "screenshot lazy load Linkwarden" does not turn up anything conclusive.

Do you have an example?

[-] [email protected] 2 points 1 month ago

https://discourse.gnome.org/t/towards-a-better-way-to-hack-and-test-your-system-components/21075

This one doesn't actually seem to load new network requests, but the way the scrolling works seems to break any other screenshot application I've tried.

[-] [email protected] 2 points 1 month ago* (last edited 1 month ago)

Can confirm, tested it with Signal forum, also discourse. Fireshot stops at the end of the current loaded messages (20 of 94) and doesnt scroll further by itself.

this post was submitted on 22 Jul 2024
20 points (95.5% liked)

Linux

47345 readers
1585 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS