pls - Project Level Shortcuts uses bashly #542
codevogel
started this conversation in
Show and tell
Replies: 2 comments 10 replies
-
Wow - this looks super cool, and seems like it took quite a lot of effort. Just the README seems like a couple of days of work. I am going to check it out for sure - I love aliasing commands, have built a few aliasing helpers myself. Can I list it on https://bashly.dannyb.co/examples/#real-world-examples Also I am curious if you had any issues or annoyances with bashly during the development, or anything that would have made the development process easier. |
Beta Was this translation helpful? Give feedback.
2 replies
-
So I have tested this a little deeper, using the very useful docker environment. What I like
Some personal observations
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I built a nice little CLI tool using bashly:
Project Level Shortcuts (pls) is a command-line tool designed to streamline your workflow by allowing you to create, manage, and execute custom aliases for frequently used commands.
It manages your aliases in
yml
files, so you can be sure they don't interfere with other commands. Aliases can also be added on a local project-based scope, where they overwriting duplicate system-wide aliases.This makes it easy to run, for example, multiple testing frameworks across different projects by just typing
pls test
.Check it out here: https://github.com/codevogel/pls
Beta Was this translation helpful? Give feedback.
All reactions