← Back to context

Comment by porridgeraisin

2 years ago

1. I made a nice unixy clipboard manager for linux.

https://github.com/porridgewithraisins/coffee-pesto

Should get around to publishing it to the aur, but haven't yet.

It has support for all types of data, and you can put any custom information you want programmatically into the search index for the search feature. By default you can search by content, application name or datetime. Has a gui in gtk, but it's pretty modular so you can write your own simple rofi script for it if you wanted. It just stores stuff in a single folder so you can sync it by syncing the folder.

2. I made a simple tool that turns markdown into html+css in the exact way github does it with darkmode and everything. It uses the github web api to convert the markdown, and then uses the exact css as well (courtesy sindre sorhus' package)

https://github.com/porridgewithraisins/scripts/blob/master/g...

3. I made a simple colorpicker using gtk that copies the color to clipboard directly. https://github.com/porridgewithraisins/scripts/blob/master/c...

4. I made a GUI image batch resizing script that uses yad for the gui and imagemagick for the resizing internally. It is designed to be used as a thunar/other file manager custom action. But of course it works it you just pass all the filenames in args.

https://github.com/porridgewithraisins/scripts/blob/master/r...