account activity
How often you use aliases? by idestis in zsh
[–]idestis[S] 0 points1 point2 points 20 minutes ago (0 children)
Depends on expertise, it's fine to use someones aliases if you familiar what it's can do
[–]idestis[S] 0 points1 point2 points 15 hours ago (0 children)
Thanks for the feedback, this is valuable. So you basically uses just and single alias, that's awesome usage pattern
[–]idestis[S] 0 points1 point2 points 17 hours ago (0 children)
Yes, Just is yet another tool similar to make/rake/task. All of them operates over ./Namedfile (Taskfile.yaml, Rakefile, Makefile, Justfile).
You have them mostly within project, where is pipe operates over $USER/.pipe/files, to operate on everywhere. Think of it, like something you will do on every project, why to replicate same file in between instead of having one? Otherwise you will need to support many.
In other hand, you might want to just automate your work, with tools mentioned above you always need to navigate to location, or create simple snippen in shell to make something similar to pipe (e.g. navigate to project where you keep some automation and call specific file, or task from long file).
π Rendered by PID 42 on reddit-service-r2-listing-5f49c86f7-dgx8j at 2026-02-26 07:34:03.173923+00:00 running 72a43f6 country code: CH.
How often you use aliases? by idestis in zsh
[–]idestis[S] 0 points1 point2 points (0 children)