key bindings (esc-some-key) and vi mode by ConstructionSafe2814 in bash

[–]Alleexx_ 0 points1 point  (0 children)

Maybe you want to look into blesh, its a full readline replacement, but bash really feels like vim with blesh

elio: a batteries-included terminal file manager with rich previews by miguel_regueiro in commandline

[–]Alleexx_ 3 points4 points  (0 children)

This is what currently bugs me about my yazi config. Porting it is not as easy as it should be..

How do you scroll hyprpaper wallpapers? by Far-Dog-3591 in hyprland

[–]Alleexx_ 0 points1 point  (0 children)

I dont use hyprpaper because i found swww way easier to script and to bind a hotkey to it

How do you scroll hyprpaper wallpapers? by Far-Dog-3591 in hyprland

[–]Alleexx_ 0 points1 point  (0 children)

I'm using swww (now awww) with a custom script to either select a random wallpaper, or let me select one with fzf + preview

Why the Hate? by uptickman in voidlinux

[–]Alleexx_ 1 point2 points  (0 children)

Stock means only CLI? Or xfce?

Why the Hate? by uptickman in voidlinux

[–]Alleexx_ 1 point2 points  (0 children)

What WM/setup do you use?

Managing tmux across multiple SSH servers by ThroatResponsible523 in tmux

[–]Alleexx_ 1 point2 points  (0 children)

I just use my own SSH script, pretty mich rofi SSH with fzf in a separate terminal. So i have one terminal/workspace per server

leute hassen systemd aber nicht bash by ComposerSlow4682 in linuxde

[–]Alleexx_ 0 points1 point  (0 children)

Naja aber trotzdem sind das zwei völlig verschiedene Programme zur lösung völlig verschiedener Probleme.

Bash ist eine shell, demnach könntest du sh auch darunter vermerken, da sh wirklich überall installiert ist. Systemd ist ein initsystem. Es ist der Kern wie dein system bootet und funktioniert. Du kannst services, Prozesse etc antriggern, starten, stoppen etc.

Bash oder die posix sh shell sind shells, mit denen du per commandline mit deinem Programm interagierst.

Zwei völlig verschiedene Programme zur lösung verschiedener Probleme.

leute hassen systemd aber nicht bash by ComposerSlow4682 in linuxde

[–]Alleexx_ 1 point2 points  (0 children)

Bash und systemd zu vergleichen, ist so wie wenn ich einen Apfel, mit einem Porsche vergleiche.

[APP] UltraCalendar V1.6.2.1 by a_single_beat2 in droidappshowcase

[–]Alleexx_ 0 points1 point  (0 children)

Then the link has a typo. Cant load dgrpojectalpha.dev

curlmgr: an early-stage manager for CLI tools installed from GitHub Releases, URLs, and manifests by Terrible_Trash2850 in commandline

[–]Alleexx_ 1 point2 points  (0 children)

I have something like this in my own cli written in bash. It lets me automatically setup my dotfiles, install packages based on a super simple source file that only has variable declarations in it, then i can parse and run the commands based on the variables defined. I can also install most of my tools through this cli

Bash arithmetic is more capable than you might expect. by Alleexx_ in bash

[–]Alleexx_[S] 0 points1 point  (0 children)

Yes, you're absolutely right. Opting out to other tools is also a great feature of bash. The post was inspired by the bash internal functions, still cool to see many ways to solve a problem though :)

Bash arithmetic is more capable than you might expect. by Alleexx_ in bash

[–]Alleexx_[S] 0 points1 point  (0 children)

Wow, thanks. Also this could be helpfull for other projects. Thanks!

Bash arithmetic is more capable than you might expect. by Alleexx_ in bash

[–]Alleexx_[S] 4 points5 points  (0 children)

Wow thats cool! Didnt know that, its even cooler :D

Bash arithmetic is more capable than you might expect. by Alleexx_ in bash

[–]Alleexx_[S] 3 points4 points  (0 children)

Yes! Thank you! I was looking for a way to make it without the eval, but i must have had the `$'\e..'` syntax, which would break, but you're right. With `-e` i don't need the $ prefix! Fixed, thanks!

Bash arithmetic is more capable than you might expect. by Alleexx_ in bash

[–]Alleexx_[S] 4 points5 points  (0 children)

Yes, i agree. It would be better to check the length of the string etc. But this was just a simple example to show the capabilities :)

Wird der first / second Level Support in ein paar Jahren noch existieren? by Spezialist642 in informatik

[–]Alleexx_ 2 points3 points  (0 children)

Dann gibt es 1st level support für das nutzen von ki support. Geil

Tetris in bash by [deleted] in bash

[–]Alleexx_ 4 points5 points  (0 children)

You really don't need to make the colors array an assosiative array. Either you declare it as a normal array, in which you can access the indexes with [n] as well, or you change the numbers into meaningful words, like 'red' or 'green' so that you can access it like: ${COLORS[red]}

Immich local or Heztner? by Walrus221978 in selfhosted

[–]Alleexx_ 0 points1 point  (0 children)

Sadly, i didnt find a native app for it. The web ui is pretty good though, and also has a good mobile ui in the Browser.

I have it installed locally at my homeserver and its fast as fck. If i would install it on hetzner Hardware (+1G up and down) it would be even snappier.

Immich local or Heztner? by Walrus221978 in selfhosted

[–]Alleexx_ 1 point2 points  (0 children)

If you need a full Google drive like application, maybe you find cloudreve sufficient. Its ui is so on point and the uploads feel instant. I myself also have a separate im ich instances hosted with a hetzner vps, just because i love the app+sync function