[go-nuts] more self-hosted tools: shorturl (url shortener) and pastebin (pastebin service with cli)

2017-07-04 Thread prologic
Hey all, Please enjoy some simple self-hosted tools: shorturl => https://github.com/prologic/shorturl Use this to create and share short urls of those long and ugly urls. pastebin: https://github.com/prologic/pastebin Use this to create temporary/ephemeral pastes with a easy to use cli (

[go-nuts] msgbus - a simple message bus / pubsub server/library

2017-06-07 Thread prologic
Hey all, I got a bit bored on some recent long haul flights and put together msgbus: https://github.com/prologic/msgbus I have plans to turn this into something more robust and to use it in another project I'm working on, but for now here is what I have so far. Feedback / critique we

[go-nuts] [ANN]: golinks - smart sharable bookmarks, shortcuts and commands for your web browser

2017-01-08 Thread prologic
owser configured to point at your instance; e.g: http://localhost:8000/?q=%s Then typing (for example) in your web browser: g foo bar Takes you straight to a google search for "foo bar" Project Page: https://github.com/prologic/golinks This is alpha quality software at this time; but

[go-nuts] ANN: A HTTP backed File System (FUSE)

2016-11-30 Thread prologic
Hey all, First time poster here so go easy on me :) Just sharing httpfs: https://github.com/prologic/httpfs (Naming is hard!) This is basically a HTTP backed FileSystem using FUSE via the wonderful bazil.org/fuse library. Why? Scratching my own itch to present remote storage on my home NAS as