Which CLI app/utility you wish there was a GUI for?
from mfat@lemdro.id to linux@lemmy.ml on 22 Jul 2024 10:27
https://lemdro.id/post/11051503

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

#linux

threaded - newest

Strit@lemmy.linuxuserspace.show on 22 Jul 2024 10:32 next collapse

I’d love supported GUI apps for pacman and systemd. I know there are GUI’s out there for them, but they are not supported by the main project, so they don’t count.

mfat@lemdro.id on 22 Jul 2024 10:36 next collapse

Yeah I think a good GUI for systemd will be super useful even for people comfortable with command line.

Sometimes you need an overview of what is running on the system.

JetpackJackson@feddit.org on 22 Jul 2024 11:08 collapse

There’s a TUI called sysz for systemd stuff, but I haven’t found a true GUI

refalo@programming.dev on 22 Jul 2024 20:38 collapse

github.com/KDE/systemdgenie

github.com/hardpixel/systemd-manager

cockpit-project.org

JetpackJackson@feddit.org on 22 Jul 2024 23:41 collapse

TIL! thanks!

corsicanguppy@lemmy.ca on 22 Jul 2024 17:14 next collapse

Systemd’s problems won’t be solved with a GUI. Now that lennart’s gone to Microsoft we can hope they upgrade in rhel10 or 11 to upstart or sysv.

sparr@lemmy.world on 23 Jul 2024 03:07 collapse

Why don’t they count? The systemd interface has been stable for a decade.

Strit@lemmy.linuxuserspace.show on 23 Jul 2024 06:36 collapse

They don’t count for me, because I can’t get support from the main project if it has a bug.

sparr@lemmy.world on 01 Aug 2024 15:57 collapse

You can’t get support from lemmy.linuxuserspace.show or any other website if there’s a bug in your web browser. You can’t get support from gmail or protonmail or any other mail provider if there’s a bug in your email client. It’s awful how much people have come to assume that clients and servers must and always come from the same provider.

jeena@piefed.jeena.net on 22 Jul 2024 10:36 next collapse

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

mfat@lemdro.id on 22 Jul 2024 10:40 next collapse

Any examples?

jeena@piefed.jeena.net on 22 Jul 2024 11:08 next collapse

  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.

SeeJayEmm@lemmy.procrastinati.org on 22 Jul 2024 11:12 next collapse

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

jeena@piefed.jeena.net on 22 Jul 2024 11:17 collapse

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

SeeJayEmm@lemmy.procrastinati.org on 22 Jul 2024 11:56 next collapse

I forgot where I was posting. (I use both win and Linux pretty heavily.) I have pwsh, let me see if import-excel works on linux and report back.

SeeJayEmm@lemmy.procrastinati.org on 22 Jul 2024 12:06 collapse

Appears to work as well as it does on windows. I guess the only downside is learning powershell if you have no previous experience with it.

@jeena@piefed.jeena.net

yetAnotherUser@lemmy.ca on 22 Jul 2024 20:36 collapse

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

nmtake@lemm.ee on 22 Jul 2024 11:21 next collapse

  1. Gimp to batch edit pictures in a script (I know about ImageMagick but still)

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

sparr@lemmy.world on 23 Jul 2024 03:06 collapse

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

delirious_owl@discuss.online on 23 Jul 2024 05:31 collapse

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

Lydia_K@startrek.website on 22 Jul 2024 11:30 next collapse

Check out openconnect to connect to anyconnect VPNs

jeena@piefed.jeena.net on 22 Jul 2024 11:45 collapse

I did, doesn't work with our company setup with 2FA.

ik5pvx@lemmy.world on 22 Jul 2024 17:54 collapse

What kind of prompt does your company 2FA provide? Using openconnect with networkmangler, I get a pop up to input my pin+totp. I haven’t done the script way in the last few years, but the connection script is plain shell and I was able to handle the 2FA from there too

jeena@piefed.jeena.net on 22 Jul 2024 21:55 collapse

It's some time ago I dug deeper on what was happening, but openconnect was getting a different response from the server than it expected and it just failed because of that.

ik5pvx@lemmy.world on 22 Jul 2024 11:33 collapse

For anyconnect: openconnect works perfectly, either as standalone script or via networkmangler.

rescue_toaster@lemm.ee on 22 Jul 2024 13:09 next collapse

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

mranderson17@infosec.pub on 22 Jul 2024 14:49 collapse

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

rescue_toaster@lemm.ee on 22 Jul 2024 21:29 collapse

Does set-default-sink change an already current stream? Or do you need move-sink-input.

I’ve looked at the manpages but was a bit overwhelmed and didn’t try to make my own script. Your solution gives me motivation to do so. I also use sway and pipewire. Though I use fuzzel for my launcher.

mranderson17@infosec.pub on 22 Jul 2024 21:33 collapse

Yeah, it changes without skipping a beat for me in pipewire, even in things like zoom/teams.

oo1@lemmings.world on 23 Jul 2024 05:35 collapse

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.

notabot@lemm.ee on 22 Jul 2024 13:02 next collapse

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.

Petter1@lemm.ee on 23 Jul 2024 08:00 collapse

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

joeldebruijn@lemmy.ml on 22 Jul 2024 13:12 collapse

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

refalo@programming.dev on 22 Jul 2024 20:22 collapse

Do you have a legitimate use-case for this?

joeldebruijn@lemmy.ml on 23 Jul 2024 05:46 next collapse

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.

joeldebruijn@lemmy.ml on 23 Jul 2024 05:48 collapse

It’s also the use cases supported by Linkwarden:

lemmy.world/post/17716634

refalo@programming.dev on 24 Jul 2024 14:58 collapse

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

joeldebruijn@lemmy.ml on 24 Jul 2024 15:11 collapse

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

Do you have an example?

refalo@programming.dev on 24 Jul 2024 16:29 collapse

discourse.gnome.org/t/…/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.

joeldebruijn@lemmy.ml on 26 Jul 2024 05:57 collapse

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.

<img alt="" src="https://lemmy.ml/pictrs/image/e616df1c-c260-44de-8b25-d6a4953cb555.png">

monovergent@lemmy.ml on 22 Jul 2024 11:46 next collapse

yt-dlp. Too many options to remember and look up every time, but all useful and missing from GUIs when you just want to dowload audio or ‘good enough’ quality video in batches without re-encoding.

While nmtui is perfectly fine for the CLI-uninitiated, I sometimes wonder why the nm-connection-editor window doesn’t provide the same level of functionality.

everett@lemmy.ml on 22 Jul 2024 13:28 next collapse

Too many options to remember and look up every time

This is a good use case for shell aliases. If you can identify a few of your use cases, you can give each bundle of options its own command.

amanneedsamaid@sopuli.xyz on 22 Jul 2024 13:53 collapse

I do exactly this for downloading music, I aliased my preferred options to ‘yt-audio’

mfat@lemdro.id on 22 Jul 2024 14:08 collapse

Would you mind sharing your command?

amanneedsamaid@sopuli.xyz on 02 Aug 2024 22:40 collapse

This is what I use (with zsh):

yt-audio() {
	   yt-dlp --no-playlist -f 'ba' -x --audio-format mp3 $1
}
yt-audio-playlist() {
	   yt-dlp -f 'ba' -x --audio-format mp3 $1
}

It takes the best quality available and downloads it to mp3.

BehindTheBarrier@programming.dev on 22 Jul 2024 18:01 next collapse

(Windows only warning, unless someone wants to add Linux support)

I didn’t really search around for GUIs way back, but ended up making a basic GUI because I wanted to learn programming.

camo.githubusercontent.com/…/68747470733a2f2f692e…

With just having options as checkboxes for YouTube-dl. It has served me well all these years. It was literally the thing I made while learning programming so the code is pretty janky when I look back at it though…

mfat@lemdro.id on 23 Jul 2024 13:35 collapse

Bad link

BehindTheBarrier@programming.dev on 23 Jul 2024 17:02 collapse

It’s a link to an image on github not sure why it doesn’t work for you. Try just looking at the repo then:

github.com/Thomasedv/Grabber

dizzy@lemmy.ml on 22 Jul 2024 23:17 next collapse

There’s a firefox extension that generates the cli command for whatever video you’re on. Let’s you check boxes for the format, sponsorblock, etc and then copies it to your clipboard.

Just search the addon store for yt-dlp and it should show up

rotopenguin@infosec.pub on 23 Jul 2024 00:04 next collapse

You can have most of the settings pre-loaded in its config file. I mostly let it do my preset -f, or when that fails do a -F to see what encodings are available.

rotopenguin@infosec.pub on 23 Jul 2024 02:35 collapse

Btw, here’s my config file.

-o "%(title)s (%(uploader_id)s).%(ext)s"
 
-P ~/Videos

-P "temp:/tmp/yt-dlp/"

-f 271+ba[language=en][ext=m4a]/308+ba[language=en][ext=m4a]/137+ba[language=en][ext=m4a]/299+ba[language=en][ext=m4a]/231+ba[language=en][ext=m4a]/http_mp3_128/271+140/308+140/137+140/299+140/231+140
--download-archive ~/.config/yt-dlp/dl-archive
--no-playlist
--write-sub
--no-mtime
--compat-options no-live-chat
Petter1@lemm.ee on 23 Jul 2024 08:07 next collapse

I use jdownloader as gui alternative for yt-dlp. 😄 It was easy enough for my mother to understand, apparently.

kellyaster@lemmy.world on 24 Jul 2024 04:05 collapse

I believe ytDownloader might be what you’re looking for. It’s a yt-dlp frontend, you can export to video/audio pretty easily. And it’s in active development. I’ve used it to export short clips to WAV a few times, nothing too fancy, but so far it works pretty well.

MiserableConstruct@beehaw.org on 22 Jul 2024 11:48 next collapse

Wireguard

mfat@lemdro.id on 22 Jul 2024 14:10 next collapse

There are a bunch of GUI wg apps.

corsicanguppy@lemmy.ca on 22 Jul 2024 17:13 collapse

We use a doc where we can’t just manage the config.

As well, there are a host of tools that all purport to manage your wireguard for you (generally using consul) that may be better. Assuming your goal is “GUI because I want to X” for management values of reason X, one of those manager apps may get you there without you needing to care about the GUI.

HumanPenguin@feddit.uk on 22 Jul 2024 11:59 next collapse

Just of the top of my head discovered today.

Not a GUI as one exists. But a more configurable one as it is crap for visually impaired.

Rpi-imager gui dose not take theme indications for font size etc. Worse it has no configuration to change such thing.

Making it pretty much unsuable for anyone with poor vision.

Also it varies for each visually impaired indevidual. But dark mode is essential for some of ua.

So if your looking for small projects. Youd at least make me happy;)

balder1993@programming.dev on 23 Jul 2024 22:18 collapse

It seems that it is based on Qt, so there might be a easy way to fix this unless they’re creating their controls from scratch. I know QML can be used as a canvas to draw custom controls, so it depends on the code.

halm@leminal.space on 22 Jul 2024 12:23 next collapse

Pandoc, for sure. I love its versatility, it’s made it super easy for me to do most of my writing in markdown — and a lot of MD editors have it built-in as an export feature.

But I use it too rarely to know the CLI commands by heart, and sometimes it would just be super helpful to open a GUI and batch convert (and/or collate) a bunch of files to a new format.

Tell you what, throw Imagemagick and maybe a light OCR backend into the package as a Swiss Army Knife for document management, I’d probably be happy.

joeldebruijn@lemmy.ml on 22 Jul 2024 12:24 next collapse

Restic Backup!

mactan@lemmy.ml on 22 Jul 2024 12:39 next collapse

swap and zram configuration. lots of games need more than distro defaults

nossaquesapao@lemmy.eco.br on 22 Jul 2024 12:49 next collapse

I’d love to have archivemount or a similar tool integrated in a file manager

I’d also love to have some sort of full featured gui software to install and manage custom roms in phones, allowing to do everything, from unlocking bootloaders to downloading and flashing/upgrading roms. For the tasks that require manual steps, it could offer illustrated steps, with a community driven database of phone models.

lemmyvore@feddit.nl on 22 Jul 2024 12:53 next collapse

I’m surprised at the shortage of good Borg repository visualization tools. There are tools but they’re either incomplete or they try to do too much.

markus@hubzilla.markusgarlichs.de on 22 Jul 2024 13:26 next collapse

INOTIFY a GUI for monitor file changes. https://en.wikipedia.org/wiki/Inotify

unique_hemp@discuss.tchncs.de on 22 Jul 2024 19:11 collapse

Hmm, I might try to make that. Any particular feature you are looking for, or is just displaying all the events in a table good 'nuff?

ReversalHatchery@beehaw.org on 23 Jul 2024 03:44 collapse

I’m not them, but sorting by columns, filtering, searching with highlights would be useful. Also, specifying the columns you wish to see.

After writing it down this sounds just plain spreadsheet operations, so the real value of such a tool would be to do all the above at the same time as watching changes.

There’s also other things that would be useful. Like a feature to select multiple directories for watching. Live output to file in original format. Maybe also JSON for when you would use it from code, but that’s maybe not that useful because then why not just use the API directly… Perhaps some patterns for which ones to send as an audible system notification.

plasticcheese@lemmy.one on 22 Jul 2024 13:55 next collapse

Rclone. Not because it’s a complicated tool, but because I would like a history of my file transfers and a few graphs to show we what speeds, files sizes and whether the transfer succeeded. At the moment in order to confirm my home backups have succeeded, I have to run a separate size comparisons between my different datastores.

LodeMike@lemmy.today on 22 Jul 2024 15:05 next collapse

I feel like you can parse a --dry-run

plasticcheese@lemmy.one on 22 Jul 2024 15:45 collapse

Thanks. I think I looked at doing that when setting it up, and it was more expensive in terms of API calls. With a cloud vendor you have to be careful of that, so I opted for the SIZE command.

LodeMike@lemmy.today on 22 Jul 2024 15:46 collapse

If it works it works

moonpiedumplings@programming.dev on 22 Jul 2024 17:17 collapse

Probably not what you want, but rclone now has a simple web ui built in: rclone.org/gui/

plasticcheese@lemmy.one on 22 Jul 2024 20:50 collapse

I looked at it a few months back and it didn’t have the history side of things, just the setup and realtime stats which I’d already got through the CLI. Thanks tho!

coolmojo@lemmy.world on 22 Jul 2024 14:08 next collapse

There is a gui for aria2. It is called Persepolis

TwinTusks@bitforged.space on 23 Jul 2024 08:25 collapse

Is there any difference with Motrix?

PseudoSpock@lemmy.dbzer0.com on 22 Jul 2024 16:51 next collapse

I’d like a GUI app for generating CLI’s for other GUI apps that don’t have them already. An application is never complete unless everything can be done via a CLI and/or API.

sparr@lemmy.world on 23 Jul 2024 03:05 next collapse

This is an interesting idea. There are some tools out there to auto-generate shell autocompletes based on standardized –help output. Maybe there’s some possibility to GUIfy that sort of thing?

balder1993@programming.dev on 23 Jul 2024 19:10 collapse

I’m not sure how that could even be done, maybe a way to control the GUI with commands that you’d then be able to script, like Selenium on browsers?

PseudoSpock@lemmy.dbzer0.com on 23 Jul 2024 23:19 collapse

Maybe. But wishes don’t have to be possible. :)

ian@feddit.uk on 22 Jul 2024 19:44 next collapse

Mount a network share permanently on Kubuntu. Non IT people need to do backups too. And Plasma apps can’t access network shares unless they are mounted.

sparr@lemmy.world on 23 Jul 2024 03:04 next collapse

I think apps.kde.org/smb4k/ can do this?

ian@feddit.uk on 23 Jul 2024 18:22 collapse

Thanks. I’ve tried it. But it’s not a permanent mount. The program needs to be running all the time. And it frequently times out. A very poor experience. Other OSs do much better.

sparr@lemmy.world on 01 Aug 2024 15:55 collapse

Have you considered a network file sharing system other than SMB?

ian@feddit.uk on 01 Aug 2024 19:50 collapse

As long as it’s easy to setup, anything would be good. After many years of asking, nobody has been able to suggest anything.

ssm@lemmy.sdf.org on 22 Jul 2024 20:12 next collapse

w3m, as weird as that sounds, for image drawing. links graphical mode is nice, but I’m not a fan of its keybindings, and w3mimagedisplay is hacky at best, to say the least.

stringere@sh.itjust.works on 22 Jul 2024 21:17 next collapse

Dwarf Fortress no longer counts, huh?

Urist@lemmy.ml on 23 Jul 2024 05:54 collapse

I see you are one of our elders.

rotopenguin@infosec.pub on 23 Jul 2024 00:01 next collapse

systemctl

sparr@lemmy.world on 23 Jul 2024 03:02 collapse

Petter1@lemm.ee on 23 Jul 2024 07:57 collapse

Love the Systemd-Manager 🥰

CypherColt@sh.itjust.works on 23 Jul 2024 04:02 next collapse

Usbip, I’m learning how to build a Python GUI by making one for usbip bind and usbip attach.

mfat@lemdro.id on 23 Jul 2024 13:28 collapse

What do you use USB/IP for?

CypherColt@sh.itjust.works on 23 Jul 2024 18:26 collapse

My laptop, desktop pc, and VMs are running Linux. All of them (except the laptop) are remotely accessible over the local network via Moonlight game stream using Sunshine as the hosting software.

I use USB/IP to send things like a Dualsense controller, or USB headset over the network, as well as my yubikey if I need to log into something with FIDO2 authentication remotely. (I haven’t tested my yubikey over usb/ip yet but I will eventually) I’ve also managed to use my racing wheel this way but if it lags it hurts the game badly.

Webcam / headset / USB storage devices / game controllers work just fine so far.

Tehdastehdas@lemmy.world on 23 Jul 2024 04:57 next collapse

The whole CLI. Linux should automatically generate default GUIs from manpages and code, to be developed further by the crowd of users on the desktop. It’s pointless to handcraft both interfaces one app at a time.

I like Linux Mint (compared to Ubuntu, Debian, and Windows) because usually right-clicking takes me closer to the solution I’m looking for, but it doesn’t allow me to dig deep enough. It should be discoverable all the way from the desktop to what makes it tick. Think of Smalltalk by Alan Kay in Xerox PARC in the 1970s, or what it would be now had it been mainstream all this time. #discoverability #explorability

balder1993@programming.dev on 23 Jul 2024 19:03 collapse

That would probably look terrible though.

delirious_owl@discuss.online on 23 Jul 2024 05:30 next collapse

There’s no CLI that k wish I had a GUI for, but there’s many GUIs for which I wish there was a CLI version.

francois@jlai.lu on 23 Jul 2024 11:18 collapse

The cli controls the computer while the GUI controls the user

srecko@lemm.ee on 23 Jul 2024 12:39 next collapse

Why would i use something so restrictive as cli tools when i can change the data directly with assembly?

Dungrad@feddit.org on 23 Jul 2024 17:38 collapse

I issue electricity directly to the pins.

Malgas@beehaw.org on 23 Jul 2024 17:54 collapse

So crude, when you could use a butterfly.

ian@feddit.uk on 24 Jul 2024 04:32 collapse

Not at all.They are 2 ways do the same thing. The GUI can tell you what options are available. The CLI needs you to memorise them, or go somewhere else to look them up.

francois@jlai.lu on 25 Jul 2024 06:08 collapse

A lot of GUIs have less options available than their CLI equivalents. Moreover GUIs change more often, requiring you to relearn the actions to get the expected result Shells can remember the commands you used, commands are also way easier to write down on paper than a list of actions to do on a GUI And using man or --help is not going somewhere to know the options, you stay in the shell If you want to know all the features of a tool, reading the manual is also easier than browsing all the GUI

The CLI lets the user automate tasks, giving them more control over their workflow

ian@feddit.uk on 26 Jul 2024 11:47 collapse

GUIs can have just as many options. Sure there are programs with poor UX. Choose a good one. There are also many GUIs with no CLI alternative, or only a poor UX alternative. As the GUIs guide the user, small changes are understood right away. GUIs remember last settings all the time. Great for reuse. If you have to write a command down, for GUIs it need not be perfect. For CLI one letter wrong and it fails. Using man commands is yet another command to learn and does not work with all CLI commands. It is possible to automate GUI commands.

And even if there was some benefit to a CLI, the entire UX is so poor you can understand why most people prefer GUIs. It’s the dominant way for good reason. And why most CLI users use a web browser and GUI email client.

Cyber@feddit.uk on 23 Jul 2024 06:24 next collapse

A single, decent, maintained one for LVM.

Redhat had a couple of goes at this and they suck ass big time and rely on KDE (so no good for any other DE / WM). I’m not sure anything really works, so I’ll say: none exist.

Skeletonek@lemmy.zip on 23 Jul 2024 09:04 next collapse

I’m missing a good GUI to manage SELinux. It is probably because I don’t know how to handle it but I hate this thing with passion.

thericofactor@sh.itjust.works on 23 Jul 2024 10:48 next collapse

Anything that needs to be configured with YAML, and Kubernetes in particular.

I mean I get the whole Infrastructure as Code hype (although I have never witnessed or heard of a situation where an entire cluster needed to be revived from scratch), but it should be very possible to make a gui that writes the YAML for you.

I don’t want to memorize every possible setting and what it does and if someone makes a typo in the config (or in the white space, as it’s YAML) everything is borked.

Call me old-fashioned but the graphical ui of something like octopus deploy was a thousand times more user friendly imho.

balder1993@programming.dev on 23 Jul 2024 18:56 next collapse

I think it’s easy to make a generic YAML editor that all you need to do is to pass a “definitions” file that says all the possible options to show as a drop down or toggle etc.

That would be useful for many projects.

Rogue@feddit.uk on 23 Jul 2024 21:43 next collapse

A few IDEs already provide some help with YAML. Rider will tell you if you’ve screwed up the YAML for a GitHub Actions workflow, and possibly docker-compose as well

thedeadwalking4242@lemmy.world on 24 Jul 2024 00:18 next collapse

I think infrastructure as code is best utilized when paired with software testing and rapid deployment. It allows for a kind of granularity manual configuration doesn’t give you

NatoBoram@lemm.ee on 24 Jul 2024 01:23 collapse

That UI is called VSCode

At the top of your .yaml file, you can set a JSON Schema. Example:

# yaml-language-server: $schema=https://json.schemastore.org/prometheus.json

scrape_configs:
  - job_name: caddy
    static_configs:
      - targets:
          - caddy:2019

This way, you don’t have to memorize every possible setting and what it does and risk making a typo in the config. VSCode will just tell you.

quinkin@lemmy.world on 24 Jul 2024 02:49 next collapse

Ffmpeg.

Ltcpanic@lemmy.world on 24 Jul 2024 03:20 collapse

Came here for this one

mfat@lemdro.id on 24 Jul 2024 06:48 collapse

Try WinFF

fira959@lemmy.ml on 24 Jul 2024 21:11 collapse

Git - the Github Desktop application is a great example of how easy git could be for users like me who only rarely use git. Every time I need to do somethign other then a simple pull or push I need to look it up and by the time I need it again I have forgotten the command and need to look it up again. Just give me something like Github Desktop on linux

GuilhermePelayo@slrpnk.net on 24 Jul 2024 23:29 collapse

Lazygit, beautiful, terminal based, runs everywhere

fira959@lemmy.ml on 25 Jul 2024 12:57 collapse

Lazygit

Thats pretty good, thanks.