-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various Feature Ideas #73
Comments
Hi @therecluse26.
I'm not maintaining this project or anything, just my two cents. |
@simeg In an isolated environment, it's not really all that different, however with this service, you'd have several advantages
What did you think about the third idea? Any thoughts on it? |
@therecluse26 I can't quite figure out what use-case would 1) solve. Someone jumping between machines and can't be bothered to set up their dotfiles, but can be bothered to setup Bashhub? I like the third idea and I feel like it's a problem that's probably been solved. There are lots of bash resources out there already and some of them live here on github => they are community driven. I guess what makes your idea different is being able to load them directly in to a slot to quickly be able to execute the command/script. Starting to sound like npm for bash commands :) Personally I would have no use for it simply because it's quick and easy to copy-paste bash code. Also it's scary running unknown bash scripts. I'm also considering if it's outside the scope of bashhub, at least how I see it. Sorry if I'm sounding negative, just trying to wrap my head around the use-cases! |
For 3) you might want to check http://cheat.sh/ |
Hi, I was thinking a bit today about some features that could prove useful to users. I'd be happy to lend a hand in thinking through and building out some of them, if you're interested.
The ability to load various commands into "slots" or something similar, i.e. if someone finds themself repeating the same commands over and over, they can instead load them into a slot and then recall it like
bh 3
to recall the command in slot 3A listing of my most commonly-entered commands ordered by frequency.
A community-driven repo of helpful commands and scripts that users can search through to find help, ideas, etc for their own scripting needs (think like a "marketplace" for lack of a better term, but for shell scripts). This would obviously be the most work, but I think it could be enormously helpful for people. This could also potentially be integrated within Echo command when executing from search. #1, where you could select one of these commands and load it into whichever slot you choose.
Let me know what you think!
The text was updated successfully, but these errors were encountered: