Kohrokho Dragon kohrokho
  • Joined on 2023-02-10
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-07 19:01:26 -06:00
11c31e1860 Merge branch 'kohrokho-unixdog' of https://git.unix.dog/kohrokho/posix-dergutils into kohrokho-unixdog
ce3bb60d75 Adds status information tracking, textual icon generation for notifications and some behavior fixes so that nickname avatars don't infect other notifications (forgot to unset the variable) and some messages are not ignored (check if both MY_NICK and NICK are empty).
Compare 2 commits »
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-06 04:32:49 -06:00
8491343e93 Fixed an inaccurate comment.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-06 04:20:19 -06:00
ec983470b3 Finished the Poezio notification script. It works! Might make sure there aren't any weird edge cases later.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-05 21:34:02 -06:00
68f26c1d1d Change a test condition to maintain POSIX compatibility.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-05 21:28:05 -06:00
487814605c Made modifications to overhaul ptrack. Beginning the initial work on ptrack, going to do some tests and make more scripts to finish it.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-05 16:13:00 -06:00
fbc1f6a71e Merge branch 'kohrokho-unixdog' of https://git.unix.dog/kohrokho/posix-dergutils into kohrokho-unixdog
abcbc5c143 Do USAGE_LOCK setting in each script to prevent needless execution of usage. I want this to be in a command instead of nested in every function but I can't see a good way to do it. Calling an arbitrary command each time a given command executes is itself super expensive. If only shell environments were accessible... Consider making a script that loads other scripts as builtins for speed improvements.
Compare 2 commits »
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-05 15:30:56 -06:00
991d97b9d2 Changed isnum to exit instead of return, as it's not a function.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-05 15:27:38 -06:00
e4f2291427 Removed recursive script dependency in filename and moved usage lock to start of usage. Should prevent an infinite loop caused by usage checking.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-12-05 14:51:37 -06:00
ee68a72f60 Added scripts to modify PATH. Useful for testing the scripts without copying them anywhere.
kohrokho pushed to master at kohrokho/ALVR-IPv6 2023-11-16 18:06:46 -06:00
a42f673c75 fix(dashboard): ♻️ Refactor connections UI code and fix rustfmt
0b47edc1b5 Added basic toggle - cabled mode for devices (#1877)
7d627ca8fa fix(xtask): 🐛 Fix macOS compilation
7eee4e947a fix: lynx r1 hand tracking (#1874)
5e54bf19c9 docs: add audio setup for Flatpak release (#1870)
Compare 10 commits »
kohrokho created branch master in kohrokho/ALVR-IPv6 2023-11-16 18:06:46 -06:00
kohrokho created repository kohrokho/ALVR-IPv6 2023-11-16 17:58:51 -06:00
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-09-29 01:46:46 -05:00
780bed4541 Adjusted the readme some more.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-09-29 01:42:05 -05:00
1f776e9acf Updated all scripts to have usage strings. Adjusted a couple scripts while I was there.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-09-29 00:41:12 -05:00
4717ca39e4 Edited the readme to reflect current naming conventions.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-09-29 00:33:32 -05:00
589fd86c5a Edited killdo to not always return 1 (now we have a function for setting the exit code arbitrarily). Edited its comment to be consistent, too.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-09-29 00:31:01 -05:00
795d4b98d8 Added tmpfifo command to the file tree.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-09-29 00:26:08 -05:00
048764eeb7 Removed a testfile that nosed its way in.
kohrokho pushed to kohrokho-unixdog at kohrokho/posix-dergutils 2023-09-29 00:23:11 -05:00
809fa91a8b Added vim swapfiles to gitignore. Made usage work. Renamed lots of scripts to a standard format and added a whole bunch of new ones. Need to switch from status codes to signals soon(tm), laid the framework for that.
kohrokho pushed to kohrokho-unixdog at kohrokho/opcode-projects 2023-09-26 12:41:37 -05:00
eaa0d577fd More directory restructuring. Adjusted language of Table B-1r to be more readable. Adjusted README.md to associate naming scheme with BIOS-based projects only.