summaryrefslogtreecommitdiff
path: root/sys/man/1
AgeCommit message (Collapse)Author
2023-05-18git(1): fix quoting in .IRSigrid Solveig Haflínudóttir
2023-05-12riow: add mod4+shift+q (delete current window)Sigrid Solveig Haflínudóttir
2023-04-222c(1), 2l(1), tl: add thumb to the list. fix thechar: '5' → 't'rodri
2023-04-10crop(1), memdraw(2): writememimage doesn't always write compressed imagesrodri
2023-03-27tcs: add nfc and nfd output formatsJacob Moody
2023-03-26ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txtJacob Moody
2023-03-13man1: various spelling fixesJacob Moody
2023-03-01test(1): add a missing space after -TSigrid Solveig Haflínudóttir
2023-02-24games/gb: crude serial port emulationJacob Moody
Timing is not as good as it needs to be, but servicable in more forgiving scenarios. Clock drift between two paired systems sits around 8 - 32 cycles when tested locally.
2023-02-09audio/vocdec: Creative Voice File decoderJacob Moody
slight correction in file.c from previous commit
2023-01-21games/dmid(1), games/opl3(1): formatting and update for streamingqwx
clarifications and formatting; we also now include doom's shareware, use it in the examples.
2023-01-15git(1): update example to work with today's githubOri Bernstein
2023-01-10zuke(1): replace Beats 'n Breaks icy url with aNONradioSigrid Solveig Haflínudóttir
2023-01-09ssh(1): relies -> relays (thanks sigrid)cinap_lenrek
2023-01-09ssh(1): fix usage and document -X flagcinap_lenrek
2023-01-08look: add -b for specifying numeric baseJacob Moody
2023-01-03dial(1): fix a typoSigrid Solveig Haflínudóttir
2023-01-03dial(1): typoscinap_lenrek
2023-01-03dial(1): document -o optionscinap_lenrek
2023-01-03dial(1): add dial command similar to plan9portcinap_lenrek
This is similar to plan9port dial(1), but names aux/dial because we already have the expect(1) commands in /bin/dial. One difference is that our dial allows specifying a command, similar to aux/listen1 that will get connected it standard input and output to the network connection.
2023-01-02evdump(1): a program to dump input and window eventsSigrid Solveig Haflínudóttir
2022-12-05audio/scream: multicast audio protocolcinap_lenrek
2022-12-03iconv: revert copying extra data on inputcinap_lenrek
I think this is better done by a shell script doing the extra copying as it breaks use cases where we want to consume bitmaps in a loop from a file-descriptor.
2022-12-03git(1): The/ → TheSigrid Solveig Haflínudóttir
2022-11-29iconv: copy extra data verbatim to allow font conversion/compressionSigrid Solveig Haflínudóttir
2022-11-23riow(1): no. I give up trying to understand wtf is wrong with rioSigrid Solveig Haflínudóttir
2022-11-23riow(1): running via window(1) requires rfork nSigrid Solveig Haflínudóttir
2022-11-23riow(1): remove window(1) invocationSigrid Solveig Haflínudóttir
window '...' does not work the same way as running the command in a window manually (for whatever reason).
2022-11-21riow(1): provide better examples of how to run it (thanks be0ba)Sigrid Solveig Haflínudóttir
2022-11-12history(1): update SOURCE, formattingqwx
2022-11-08reform(1): fix a missing space charSigrid Solveig Haflínudóttir
2022-11-05read: add -r to read runes instead of bytes (thanks umbraticus)Sigrid Solveig Haflínudóttir
2022-11-04bar(1): explain the items separation better, mention the default separator charSigrid Solveig Haflínudóttir
2022-10-16cpu(1): why did we have an empty file? (thanks llamaa)Ori Bernstein
2022-10-15zuke: basic replay gain supportSigrid Solveig Haflínudóttir
2022-10-12ktrans(1): remove README filesJacob Moody
While the logic described in these has been preserved carefully and still accurate, the man page now covers all that is presented and includes documentation on newer features.
2022-10-12ktrans: revisit grammer handling and do some spring cleaningJacob Moody
Revisiting the man page example and README from the original ktrans there was some descripency on how to handle punction marks and special characters. Notably 。(.) and 、(,) need special casing. If we have anything in the buffer we need to tack on these characters as an Okuri tail and avoid the actual punction from entering the Kanji buffer. Newlines were previously modified to be taken as a completion if there was runes in the buffer. This has been backed out, instead Shift + Space can serve this role via kbmap should they prefer (and as is done in the jp kbmap). Instead we treat newlines as hints to reset the buffer. There was also a bug in where after cycling through all options the original hiragana was not printed back. This has been corrected. The max number of candidates has been bumped to 32 and moved to an enum. This does nearly double our resident memory size, but we reguarly had matches exceed this limit. A better solution is slated. The man page now makes an attempt to explain the rules around Okuri and Joshi input modes.
2022-10-10ktrans(1): typoJacob Moody
2022-10-09ktrans: gui and man page reworkJacob Moody
Graphical display shows current candidate list.
2022-10-08reform/pm: kbdoled: allow any size/depth of uncompressed image - convert ↵Sigrid Solveig Haflínudóttir
ourselves
2022-10-08reform/pm: kbdoled: clear the OLED on zero-length writeSigrid Solveig Haflínudóttir
2022-10-08reform/pm: provide /dev/kbdoled to display a 126x32x1 bitmap on the keyboard ↵Sigrid Solveig Haflínudóttir
OLED
2022-10-06reform/pm: add keyboard light level controlling to /dev/lightSigrid Solveig Haflínudóttir
2022-10-06reform/shortcuts: use media keys for LCD brightness controlSigrid Solveig Haflínudóttir
2022-10-06git(1): remove documentation for deleted '-b' option (thanks llamaa)Ori Bernstein
2022-10-04reform/shortcuts: change to use available media keys via HyperSigrid Solveig Haflínudóttir
2022-10-04riow(1): remove the filter warning as it passes unknown keys nowSigrid Solveig Haflínudóttir
2022-10-02/sys/man: fix minor complaints from checkmanqwx
2022-10-02camv(1), nusb(4): add more details on camera operationqwx
2022-09-20audio/zuke: fix/enable playlist loading via plumber "audio" portSigrid Solveig Haflínudóttir