One of the sort criteria is "highested voted".
Alias.sh: for finding, sharing and storing bash aliases
11–20 of 55 posts
Re: Alias.sh: for finding, sharing and storing bash aliases
#12Re: Alias.sh: for finding, sharing and storing bash aliases
#13Command 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. :)
This is a great site. I might post a few on alias.sh. A lot of them however are just cool commands you can run, not commands that are packaged into an alias.
Re: Alias.sh: for finding, sharing and storing bash aliases
#14Earlier quoted context omitted.
This is a great site. I might post a few on alias.sh. A lot of them however are just cool commands you can run, not commands that are packaged into an alias.
Isn't an alias just a cool command with a shortcut? I agree that on the site it's just `command` and not `alias short_cmd=command`, but the idea is the same.
Re: Alias.sh: for finding, sharing and storing bash aliases
#15Earlier quoted context omitted.
This is a great site. I might post a few on alias.sh. A lot of them however are just cool commands you can run, not commands that are packaged into an alias.
Isn't an alias just a cool command with a shortcut? I agree that on the site it's just `command` and not `alias short_cmd=command`, but the idea is the same.
That's the difference.
Re: Alias.sh: for finding, sharing and storing bash aliases
#16Re: Alias.sh: for finding, sharing and storing bash aliases
#17Command 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. :)
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
#18Re: Alias.sh: for finding, sharing and storing bash aliases
#19I 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!
Re: Alias.sh: for finding, sharing and storing bash aliases
#20 alias process='ps -ax'
:)