https://github.com/thimc/plumber
plan 9 inspired plumber utility for Unix
https://github.com/thimc/plumber
cli plan9 plumber unix xdg-open
Last synced: 6 months ago
JSON representation
plan 9 inspired plumber utility for Unix
- Host: GitHub
- URL: https://github.com/thimc/plumber
- Owner: thimc
- License: mit
- Created: 2024-12-06T16:04:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-02-15T09:02:19.000Z (8 months ago)
- Last Synced: 2025-02-15T10:18:43.178Z (8 months ago)
- Topics: cli, plan9, plumber, unix, xdg-open
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plumber
Yet another plumber tool for Unix.
## Install
$ make
# make install$ plumber &
...
$ plumb 'https://google.com'
## Updating the rule set
Edit the rules file directly (defaults to `/mnt/plumb/rules`) or modify
the file in the repository and run `make rules`. The rules file is read
every time a new plumb message is received, so there is no need for
restarting the plumber after modifying the file.## Todo
* The `attr` field is unused.
Write man pages for:
* plumb(1) - tool to interface with the plumber(1) daemon
* plumber(1) - daemon for interprocess messaging
* rules(5) - plumber rule file format