diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 11:31:50 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 11:31:50 +0200 |
commit | 75f55585aaeaa7bd9fcf2ec144ee8e890128a32a (patch) | |
tree | cf049b898b6fad321cdc057758a49d567135d837 /README.org | |
parent | Man update (diff) | |
download | go2work-75f55585aaeaa7bd9fcf2ec144ee8e890128a32a.tar.gz go2work-75f55585aaeaa7bd9fcf2ec144ee8e890128a32a.tar.bz2 go2work-75f55585aaeaa7bd9fcf2ec144ee8e890128a32a.tar.xz go2work-75f55585aaeaa7bd9fcf2ec144ee8e890128a32a.tar.zst go2work-75f55585aaeaa7bd9fcf2ec144ee8e890128a32a.zip |
Added README.org
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..6796918 --- /dev/null +++ b/README.org @@ -0,0 +1,36 @@ +#+TITLE: go2work + +*go2work* is a small command-line program to help you get up in the morning +so you can work. It is very inspired from +[shalarm][https://github.com/jahendrie/shalarm] made originally to learn +the Go programming language and also because ~shalarm~ didn't work out +of the box on FreeBSD. + +*go2work* has several options and is configurable though a configuration file. +Refer to +#+BEGIN_SRC shell +man go2work +#+END_SRC +to get a list of all options. + +* Dependencies +- Go +- GNU Make + +* Installation +You can get *go2work* through ~git~. The installation is straight forward: +#+BEGIN_SRC shell +git clone git://jozanofastora.xyz/jozan/go2work.git +cd go2work +make +sudo make install clean +#+END_SRC +Note that on BSD systems you want to use ~gmake~ instead of ~make~: +#+BEGIN_SRC shell +gmake +sudo gmake install clean +#+END_SRC + +* Uninstall +If you are unhappy with *go2work* because you don't like to work, +navigate to the |