index
:
oneliners/oneliners.cli.git
clingon-refactor
dev
main
Client for oneliners wiki service
colin <colin@cicadas.surf>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
client.lisp
Age
Commit message (
Expand
)
Author
2022-03-14
Added a --verbose / -v option to RUN
Colin Okay
2022-03-14
made the note while hacking comment more visible
Colin Okay
2022-03-13
deletion support; some cache syncing in client functions;
Colin Okay
2022-03-13
only print drafts when *drafts* is non null
Colin Okay
2022-03-13
better printing of drafts
Colin Okay
2022-03-13
printing drafts
Colin Okay
2022-03-13
can run the edit command on drafts with --redraft
Colin Okay
2022-03-13
can also edit drafts
Colin Okay
2022-03-13
can make, run, and publish drafts
Colin Okay
2022-03-13
support for running drafts; drafts accounted for in with-local-state
Colin Okay
2022-03-13
added intial drafting code to new
Colin Okay
2022-03-12
bugfix: s/defstruct/defplist. made defplist
Colin Okay
2022-03-12
renamings
Colin Okay
2022-03-12
built and ran refactored client app
Colin Okay
2022-03-11
refactoring client functions
Colin Okay
2022-03-11
separated app from lib systems; added with-client-state
Colin Okay
2022-03-11
agpl notices; s/lib/client; updated asd
Colin Okay