#!/bin/BasH

Results 20 issues of #!/bin/BasH

Now when you have default rail you can craft powerrail and brakerail using the default:rail.

**Summary** The idea is to opt into adding a row number and having that value assigned to a configured property. **Motivation** It's handy for me because it allows my user...

enhancement

Just ran `sudo pip install toot`. The installation resulted in some errors. ``` Downloading/unpacking toot Downloading toot-0.21.0.tar.gz Running setup.py (path:/tmp/pip_build_root/toot/setup.py) egg_info for package toot /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'project_urls'...

Most opensource projects nowadays have a README in markdown format. It would be great to be able to have Literate generate this README for me. To achieve this I need...

MVP approach: - Allow snoozing for a day or week. More involved: - Allow snoozing till next day morning, midday or evening. - Later this week (2 days later) -...

Imagine you have a huge file that you want to transform/filter. It won't fit in memory. One might expect that using the `-S` option solves their issue. They try, and...

During my creative process I like to listen to many diffrent sounds others made. It would be nice to have an open and easy way to share user creations so...

I have this usecase where I would like to store my snapshot(happens automatically). The next time I run the test I would like it to use that snapshot (which is...

question

Gives the user more control as to what arrays are returned. The benefit is that it allows filtering during iteration which is memory friendly. Possible related issue: - https://github.com/mifi/ical-expander/issues/15