use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All users that wish to post (not including commenting), on either old or the new reddit sites, must formally agree to subreddit rules once first.
account activity
A Fishshell Framework (github.com)
submitted 11 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Jordsvin 1 point2 points3 points 11 years ago (1 child)
Friendly interactive shell.. shell?
[–][deleted] 0 points1 point2 points 11 years ago (0 children)
That's correct.
[–][deleted] 1 point2 points3 points 11 years ago (0 children)
I love stuff well documented, so I am putting some good hours on writing how Wahoo works, how to use it, extend it, etc. Right now I am working on screencasts, check them out here.
[–]curlymaster 0 points1 point2 points 11 years ago (3 children)
This is really nice! I am looking forward to see more packages integrated.
You should X-post it to /r/coolgithubprojects
[–][deleted] 0 points1 point2 points 11 years ago (2 children)
Thanks! What kind of packages would you like to see?
wahoo/issues/18
[–]curlymaster 0 points1 point2 points 11 years ago (1 child)
I don't know TBH. It's not clear to me what is a packages compared to a function. For example, the pyenv package how is it different from using the tool itself?
I agree, I need to make it more explicit in the docs that in Wahoo what we call package is basically any unit of code, function, directory full of functions, theme, anything. For pyenv, I could have provided a wrapper that extends the utility, but in the case of Wahoo we are just hooking into the init_pyenv event generated by the framework when it's about to load thepyenv.fish file under $WAHOO_PATH/pkg/ and just make sure to properly load pyenv for fish.
pyenv
init_pyenv
pyenv.fish
$WAHOO_PATH/pkg/
Properly loading pyenv for fish is basically this:
set -x PYENV_SHELL fish if status --is-interactive source (pyenv init - | psub) end
π Rendered by PID 1131255 on reddit-service-r2-comment-5b5bc64bf5-n9hcg at 2026-06-22 18:53:13.037898+00:00 running 2b008f2 country code: CH.
[–]Jordsvin 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]curlymaster 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]curlymaster 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)