~edwargix/axon

8e97d972 — David Florness 1 year, 9 months ago master
Show message when successfully logged in

So that we know the credentials were correct even if the initial sync is taking
forever.
22130881 — David Florness 2 years ago
Fix Makefile prerequisites
aa4a4b7d — David Florness 2 years ago
Remove superfluous cmd.Add()
f877025b — David Florness 2 years ago
Add a simple Makefile for compiling
16d0748a — David Florness 2 years ago
Bump dependencies

go get -v -t -u ./..
go mod tidy
557a0643 — David Florness 2 years ago
Switch from cmdtab to cmdbox

The latter is a rewrite of the former by the same author.

> CmdBox originally started as cmdtab and was used for more than two years
> before Rob realized BusyBox was even a thing. The name was changed when it
> became clear just how close to BusyBox CmdBox is in approach and purpose, even
> if the design and implementation are completely different.

https://github.com/rwxrob/cmdbox#does-this-have-anything-to-do-with-busybox
4278d863 — David Florness 2 years ago
deletemsgs: clarify summary
4ebf11e3 — David Florness 2 years ago
echo: create filter limited to room when room ID is provided
6942d4ec — David Florness 2 years ago
deletemymsgs: allow passing -a flag to delete all messages

not just the ones we sent.

This is useful if we're the admin of the room and need to quickly batch delete.
55192e26 — David Florness 2 years ago
echo: fix formatting of usage string
f3308f4c — David Florness 2 years ago
README: more apt word
d4c23748 — David Florness 2 years ago
go get -u -v ./...
12b36ad5 — David Florness 2 years ago
README: fix file path
b0dcf755 — David Florness 2 years ago
README: add description of what the program does on invocation
0c773674 — David Florness 2 years ago
README: better usage instructions
1aecbd3b — David Florness 2 years ago
README: fix mailto link formatting
a8ade9b4 — David Florness 2 years ago
README: add instructions for go get
e1cd5b1c — David Florness 2 years ago
Add GPLv3 license
dfa8ba01 — David Florness 2 years ago
README: describe image
eff82735 — David Florness 2 years ago
Add axon image to README
Next