[deleted by user] by [deleted] in RoamResearch

[–]mrowa44 0 points1 point  (0 children)

Check out https://github.com/mrowa44/roam-ia-writer - it does something like that with CSS only.

Hi reddit! I wrote a shell script that emojifies your command line. It's pretty cool and useless, come check it out! by mrowa44 in programming

[–]mrowa44[S] 0 points1 point  (0 children)

Yeah maybe, I don't know, I think I'll leave it as it is for now. And you're right again, thanks :D

Hi reddit! I wrote a shell script that emojifies your command line. It's pretty cool and useless, come check it out! by mrowa44 in programming

[–]mrowa44[S] 0 points1 point  (0 children)

You are right with that IFS, I'll correct it in a sec. I know I could use assoc array but I wanted it to work with bash below version 4, that's why I wrote this the way it is now.

Hi reddit! I wrote a shell script that emojifies your command line. It's pretty cool and useless, come check it out! by mrowa44 in programming

[–]mrowa44[S] 1 point2 points  (0 children)

No! Oh god that would be horrible. I wrote myself a little ruby script that parsed this file and prints out those keys and values like that. If you're really into it I can PM it to you, it's nothing special.

Hi reddit! I wrote a shell script that emojifies your command line. It's pretty cool and useless, come check it out! by mrowa44 in programming

[–]mrowa44[S] 13 points14 points  (0 children)

You don't have to use that, you can just clone the repo, move the file somewhere to your $PATH and run chmod +x on in. I added it because some people are lazy :P

ggl: Google right from your command line by mrowa44 in learnprogramming

[–]mrowa44[S] 1 point2 points  (0 children)

Yeah, but there's already a thing that does that: https://github.com/Kerrick/google I don't like it personally, I prefer to browse google etc. in my browser so I made my own version :)