This is a little dumb alias process='ps -ax' :)
Alias.sh: for finding, sharing and storing bash aliases
21–30 of 55 posts
Re: Alias.sh: for finding, sharing and storing bash aliases
#22Command line fu ( http://www.commandlinefu.com/commands/browse ) already contains a pretty big collection of useful shell snippets, I'm not sure that making another website will help. [edit] However, I have to admit that I prefer your design. :)
One thing that isn't really highlighted as much as it should be is that you can directly grab or source your opted-in aliases, eg. wget -q -O - "$@" https://alias.sh/user/[userid]/alias >> ~/.bash_aliases or, if you like to live dangerously: source
Re: Alias.sh: for finding, sharing and storing bash aliases
#23I don't know if it is my browser, but to me I get the feeling the site is disabled, with the very darkend colors. It's almost as if a modal is showing, and the rest of the page is faded out - but I can't see no modal. Just my first impressions. But other than that: Really cool - going straight to the bookmarks!
Had the exact same reaction when I first opened the site, thought my eyes had gone funny.
Tonight I'm planning on bumping up the contrast and it seems calibrating my monitor also ;)
Re: Alias.sh: for finding, sharing and storing bash aliases
#24Earlier quoted context omitted.
One thing that isn't really highlighted as much as it should be is that you can directly grab or source your opted-in aliases, eg. wget -q -O - "$@" https://alias.sh/user/[userid]/alias >> ~/.bash_aliases or, if you like to live dangerously: source
for me the wget thing doesn't work. i get some aliases, but not those i have been adding to my list.
Also aliases are meant to be public. We may have private aliases in the future.
Thanks for the feedback. Much appreciated.
Re: Alias.sh: for finding, sharing and storing bash aliases
#25username: thomseddon password: Your password
With the actual text "Your password", Phew!! Not quite sure it's necessary to include this line, for the sake of your users cardiovascular health you may wish to consider removing it!
(Oh, do really like this site, started using it already as you can see!)
Re: Alias.sh: for finding, sharing and storing bash aliases
#26A search function would be great, showing just the popular tags makes it hard to find new tricks.
Re: Alias.sh: for finding, sharing and storing bash aliases
#27Gray text on a gray background. No thanks.
Yes please.
Re: Alias.sh: for finding, sharing and storing bash aliases
#28Earlier quoted context omitted.
for me the wget thing doesn't work. i get some aliases, but not those i have been adding to my list.
fschwehn, can you try again. We picked the bug up you were describing. Also aliases are meant to be public. We may have private aliases in the future. Thanks for the feedback. Much appreciated.
Re: Alias.sh: for finding, sharing and storing bash aliases
#29For example, http://alias.sh/open-any-file-default-command-file I find so useful I shorted the alias to 'o'. Now, I could make another alias with a different name, but that seems like a bad idea..
Re: Alias.sh: for finding, sharing and storing bash aliases
#30This looks great! The 'freq' alias is new to me -- very cool. I would find this more useful were I not to have to create an account before uploading my aliases.