]> git.mdlowis.com Git - proto/aos.git/commit
all tools in one place
authorMichael D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2023 02:46:44 +0000 (21:46 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2023 02:46:44 +0000 (21:46 -0500)
commit366aeea3687748879bf5a01974cfed202a37fe84
treea39f57149411b772a2debfee42d60cc0e47b832f
parent3d7500cc66daf1b824fe6e6e4b7b975c6be63990
all tools in one place
63 files changed:
bin/edit.c
bin/editor/abspath.c [new file with mode: 0644]
bin/editor/buf.c [new file with mode: 0644]
bin/editor/config.h [new file with mode: 0644]
bin/editor/dbc.c [new file with mode: 0644]
bin/editor/dbc.h [new file with mode: 0644]
bin/editor/draw.c [new file with mode: 0644]
bin/editor/editlog.c [new file with mode: 0644]
bin/editor/exec.c [new file with mode: 0644]
bin/editor/gapbuf.c [new file with mode: 0644]
bin/editor/io.h [new file with mode: 0644]
bin/editor/job.c [new file with mode: 0644]
bin/editor/main.c [new file with mode: 0644]
bin/editor/mouse.c [new file with mode: 0644]
bin/editor/range.c [new file with mode: 0644]
bin/editor/readfd.c [new file with mode: 0644]
bin/editor/readfile.c [new file with mode: 0644]
bin/editor/shortcuts.c [new file with mode: 0644]
bin/editor/stdc.h [new file with mode: 0644]
bin/editor/telem.c [new file with mode: 0644]
bin/editor/tide.1.adoc [new file with mode: 0644]
bin/editor/tide.h [new file with mode: 0644]
bin/editor/utf.h [new file with mode: 0644]
bin/editor/utf8.c [new file with mode: 0644]
bin/editor/vec.h [new file with mode: 0644]
bin/editor/view.c [new file with mode: 0644]
bin/editor/writefd.c [new file with mode: 0644]
bin/editor/x11.c [new file with mode: 0644]
bin/editor/x11.h [new file with mode: 0644]
bin/editor/x11_gc.c [new file with mode: 0644]
bin/editor/x11_sel.c [new file with mode: 0644]
bin/editor/xpty.c [new file with mode: 0644]
bin/pick.c [deleted file]
bin/pick/config.h [new file with mode: 0644]
bin/pick/io.h [new file with mode: 0644]
bin/pick/pick.c [new file with mode: 0644]
bin/pick/telem.c [new file with mode: 0644]
bin/pick/utf.h [new file with mode: 0644]
bin/pick/utf8.c [new file with mode: 0644]
bin/pick/writefd.c [new file with mode: 0644]
bin/pick/x11.c [new file with mode: 0644]
bin/pick/x11.h [new file with mode: 0644]
bin/pick/x11_gc.c [new file with mode: 0644]
bin/pick/x11_sel.c [new file with mode: 0644]
bin/rules.mk
bin/screenlock.c [deleted file]
bin/screenlock/LICENSE [new file with mode: 0644]
bin/screenlock/arg.h [new file with mode: 0644]
bin/screenlock/config.h [new file with mode: 0644]
bin/screenlock/explicit_bzero.c [new file with mode: 0644]
bin/screenlock/slock.c [new file with mode: 0644]
bin/screenlock/util.h [new file with mode: 0644]
bin/shell.c [deleted file]
bin/terminal/LICENSE [new file with mode: 0644]
bin/terminal/arg.h [new file with mode: 0644]
bin/terminal/config.def.h [new file with mode: 0644]
bin/terminal/config.h [new file with mode: 0644]
bin/terminal/st.c [new file with mode: 0644]
config.mk
inc/liba.h
inc/stdc.h [new file with mode: 0644]
inc/vec.h [new file with mode: 0644]
lib/MBus.c [new file with mode: 0644]