plumber

Plumber – a modern approach to plumbing
git clone git://r-36.net/plumber
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-02-24 17:51Update README.md to current state.Christoph Lohmann1+3-0
2024-02-24 17:50Add cso:// support.Christoph Lohmann1+1-0
2024-02-24 17:47Add news:// and nntp:// support. Much more.Christoph Lohmann2+16-0
2024-02-24 17:45Add wais:// support.Christoph Lohmann2+12-0
2024-01-30 05:54Fix DESTDIR in README.md.Christoph Lohmann1+1-1
2024-01-04 14:03Added opener for RSS feeds and two URI patterns for youtube and yewtu.be.Ian Jones4+17-1
2023-09-12 14:44Add ytdl URIScarlett McAllister1+1-0
2023-08-27 07:13Manually apply patch for urxvt info in README.md.Christoph Lohmann1+26-2
2023-08-24 04:29Remove view.Christoph Lohmann2+0-2
2023-08-24 03:41Fallback to gopher when no gophers client is foundScarlett McAllister1+7-1
2023-08-24 03:40Add more info to readmeScarlett McAllister1+27-0
2023-07-15 19:21Fix imageopener file names for mailcap.Christoph Lohmann1+3-3
2023-07-15 19:10Remove not needed exception anymore.Christoph Lohmann1+0-9
2023-07-12 16:09Unify license stuff from last see(1) import.Christoph Lohmann2+5-6
2023-07-12 16:07Add see and view command.Christoph Lohmann3+53-1
2023-07-12 15:45Make env variables for common used opener binaries and removal of code that tries to find fallbacks.Ian Jones10+24-29
2023-05-21 17:36Try to find suitable gopher browser and change gophers url for those not capable.Ian Jones1+16-2
2022-01-26 21:58Makefile to install/uninstall files.Ian Jones1+13-12
2022-01-26 21:17Makefile to install/uninstall files. Defaults to /home/ronin/bin but can specify DESTDIR.Ian Jones1+24-0
2022-01-25 00:08Set python3 binary in files, my system doesn't have a python binary or link to it.Ian Jones3+3-3
2022-01-24 22:50Tightened up regex as per quinq's suggestionIan Jones1+1-1
2022-01-24 20:27Remove duplicate entries for watch/embed.Ian Jones1+2-4
2022-01-24 20:14Small addition for videos with a time position.Ian Jones1+1-0
2022-01-15 21:01Fix finger opener for user given.Christoph Lohmann1+1-1
2022-01-12 14:03Changes to include gophers URI's, yewtu.be and youtube with and without www. prefixIan Jones1+5-3
2022-01-12 14:32Add some more gophers and media formats support.Christoph Lohmann1+2-2
2021-01-10 22:44Show descriptions of options in usage dialouge.Spenser Truex1+6-0
2021-01-10 22:40Do not require python3.7, just python3.Spenser Truex1+1-1
2020-12-31 13:16Modern mpv knows gopher. Keep the comment.Christoph Lohmann1+9-7
2020-12-31 12:59* Removed hard coded terminal type and replaced with XTERM env var. * Added fallback of lynx if sacc is not installed. * Added workaround for mpv not understanding gopher URIs.ronin20+31-22
2020-12-31 00:18Update plumber with mp4.Christoph Lohmann1+2-2
2018-04-10 18:42Add more openers, dictopener is more flexible.Christoph Lohmann2+21-8
2017-08-21 16:15Use sacc for gopher.Christoph Lohmann1+1-1
2017-07-24 10:45Make opener work with mulitple lines.Christoph Lohmann1+1-1
2017-07-23 16:34Add the fileopener and scmopener.Christoph Lohmann2+20-2
2017-07-23 16:33Some more text files and an scm opener.Christoph Lohmann1+3-2
2017-04-28 18:40Add doi: handler.Christoph Lohmann2+21-0
2017-04-18 19:34Add pubmed: URI.Christoph Lohmann2+14-0
2017-04-16 16:07w: is now an alias for wiki:, to save space.Christoph Lohmann1+1-0
2017-04-16 14:59Add fileopener, to be able to open directories with shells.Christoph Lohmann2+22-2
2017-04-16 12:31Better support for sentence parsing.Christoph Lohmann1+7-0
2017-04-09 19:06Add searx: support. (Online search.)Christoph Lohmann2+14-0
2017-04-02 06:48Add ssh:// support. Cut, cut, cut ...Christoph Lohmann3+44-0
2017-03-30 19:30Add dance: support.Christoph Lohmann1+1-0
2017-03-26 17:03Add a simple way to navigate to local paper storage.Christoph Lohmann2+15-0
2017-02-26 11:26Add »wikipedia« as default »en« handler. Remove debug output.Christoph Lohmann2+1-2
2017-02-19 19:07Initial commit of the plumber.Christoph Lohmann33+1743-0