(no title)
ryang2718 | 5 years ago
This is something that actually concerned me and so I started using a lot of `bash` scripts to emulate behaviour that I like in Notable, that way I could use Notable without the fear of being locked it but I could try and emulate its behavior in a way that more suited my workflow.
I put the script I use [up on my GitHub](https://news.ycombinator.com/item?id=23883270) and I recently [made a Reddit post](https://news.ycombinator.com/item?id=23883270). I thought maybe you guys could find them helpful or offer feedback?
zwischenzug|5 years ago
I thought about opening it up, but TBH there's loads of these things already, and the real value for me is that I built it myself and it conforms perfectly to what I need. I looked at a few others, but the overhead of grokking someone else's tool was just too much of a hassle for me.
The ergonomics of these things are really close to perfect when you decide yourself what features you want and how they should be implemented.
ryang2718|5 years ago
The thing is though it took me a long time to get to the level where I could put something like this together and I wish I could have had some sort of guidance earlier on.
That's why I've tried to make my implementation modular, so others can take the things that they haven't figured out from mine and implement it in there workflow.
I should get around to documenting it so others can take replicate, imitate or fork it.
ilSignorCarlo|5 years ago
ryang2718|5 years ago
https://github.com/RyanGreenup/cadmus
The original Reddit post is here:
https://reddit.com/r/commandline/comments/hs7g8r/shell_scrip...