SaaSHub helps you find the best software and product alternatives Learn more β
Yad Alternatives
Similar projects and alternatives to yad
-
ohmyzsh
π A delightful community-driven (with 2,400+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
-
musikcube
a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
-
-
-
-
mate-command-applet-icon
Mate's command-applet for mate-panel with added functionality to choose a custom icon.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
yad discussion
yad reviews and mentions
-
Help me understand the possibilities of Bash (best uses, etc)
Aside from the obvious uses - command line scripts - you can also do quite a bit with the GUI. Check out Yad for bash script GUI. X11 related tools like wmctrl, xdotool allow you to create spectacular scripts. I write and use numerous dynamic menus created with bash + jgmenu.
-
I saw somewhere a program that transformed every terminal command into GUI. Someone know it?
Are you referring to yad?
-
How do you actually install steamtinkerlaunch? It requires the YAD dependency and I canβt figure out how to install it.
git clone https://github.com/v1cont/yad.git yad-dialog-code
-
What are some useful cli tools that arent popular?
yad - Program allows you to display GTK+ dialog boxes from command line or shell scripts. YAD depends on GTK+ only.
-
What are the tools that improve your workflow by a lot?
yad pushing your shell scripts to the next level via user inputs. For example i wrote a small script which lets me select an environment and an app and the url+port is written into the clipboard.
-
Most feature rich file manager?
I make a lot of use of yad (which I think is in the standard repository) to give a GUI-like feel to my scripts. yad is a significant advance over zenity.
-
Right-click menu
make a binding on an empty workspace that calls a yad script at the cursor
-
Script for dialog box asking if I want too launch programs on the weekend
You might want to look at yad to add a GUI dialogue box to your script. Something like:
-
Showing GUIs from Shell Scripts
I like yad[0] for this. For example, I use it to present a GUI color picker to change/insert colors in Vim (via a plugin called vCoolor[1]). I also use it in some i3/sway scripts that need user input or to show a progress bar.
[0]: https://github.com/v1cont/yad
[1]: https://github.com/KabbAmine/vCoolor.vim
-
how to build linux apps with GUI?
zenity should be a simple start https://gitlab.gnome.org/GNOME/zenity (and apparently there is a fork too https://github.com/v1cont/yad but haven't tried it)
-
A note from our sponsor - SaaSHub
www.saashub.com | 30 Apr 2025
Stats
v1cont/yad is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of yad is C.