aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)AuthorFilesLines
2020-01-079term: add a "look" menu item (#299)Fazlul Shahriar1-0/+7
Add a menu item which functions similar to acme's `Look` command. This is copied from 9front. See: https://code.9front.org/hg/plan9front/rev/1f1596dbca51 https://code.9front.org/hg/plan9front/rev/d2de1d2f7b48
2020-01-06acme(1): update man page to note -a trimming trailing spaces on PutRuss Cox1-6/+11
2019-10-29plumber: add -f (foreground) option (#288)Jason Felice1-1/+8
In MacOS, services run by launchd must run in the foreground, since launchd manages forking and other resources.
2019-04-05man/memdraw.3: fix typoNoah Evans1-1/+1
2018-11-16libdraw: redo default font construction to be hidpi-safeRuss Cox2-12/+2
If $font is not set, the default font is constructed from font data linked into every libdraw binary. That process was different from the usual openfont code, and so it was not hidpi-aware, resulting in very tiny fonts out of the box on hidpi systems, until users set $font. Fix this by using openfont to construct the default font, by recognizing the name *default* when looking for font and subfont file contents. Then all the hidpi scaling applies automatically. As a side effect, the concept of a 'default subfont' is gone, as are display->defaultsubfont, getdefont, and memgetdefont.
2018-11-15paint: add drawing program from 9front (#112)Tobias Heinicke1-0/+85
Paint first appeared in 9front. The 9front license is reproduced in the related source files - the original repository is located at https://code.9front.org/hg/plan9front.
2017-10-01xd: add -R for runewise dumpLeah Neukirchen1-0/+7
Ported from Plan 9 2013-05-21. https://github.com/0intro/plan9/commit/b377a116d132865c011a3fb3ea76528ffd32963f Closes #16.
2017-09-14all: remove .cvsignore filesKare Nuorteva6-6/+0
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
2017-09-01all: update site from swtch.com to 9fans.github.ioRuss Cox2-11/+7
2017-09-01codereview: delete, now using GitHub pull requestsRuss Cox1-155/+0
2017-09-019(1): document gotcha with oh-my-zshRuss Cox1-0/+15
2017-07-16man: various cleanupRuss Cox26-49/+43
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com>
2017-07-16man5, man6: delete empty dirsRuss Cox4-4/+0
Change-Id: Iff3843740d98f5fb79499d3b6024333361dfe755 Reviewed-on: https://plan9port-review.googlesource.com/2960 Reviewed-by: Russ Cox <rsc@swtch.com>
2017-07-16man1: document mouse keystrokes in acme, sam, 9termRuss Cox3-0/+40
Change-Id: Id99ce9a143a21009d93a1c6ba2d1f84a3588649f Reviewed-on: https://plan9port-review.googlesource.com/2942 Reviewed-by: Russ Cox <rsc@swtch.com>
2017-06-19svgpic: new program to convert pic to svgRuss Cox1-0/+15
This is an experiment. Like tpic it's a copy-and-paste fork of pic. Change-Id: Ia22772bd5881c7904a6d8f8e0b46fde8cea89cbd Reviewed-on: https://plan9port-review.googlesource.com/2920 Reviewed-by: Russ Cox <rsc@swtch.com>
2015-02-17man: document font syntaxesRuss Cox5-23/+130
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com>
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox1-0/+15
Change-Id: I6093955b222db89dfe437fb723593b173d888d01 Reviewed-on: https://plan9port-review.googlesource.com/1170 Reviewed-by: Russ Cox <rsc@swtch.com>
2014-11-16man: more Mercurial references changed to GitRuss Cox3-5/+5
Change-Id: I940a21d67b21b5dd139cb20b9fae9595506fc5ae
2014-11-16codereview: make commit -a the default; warn about uncommitted changes at uploadRuss Cox1-13/+13
also update README.md for github Change-Id: I7d578a902ffed7f6d69780721e29a1972b6f6992
2014-11-16all: update for GitRuss Cox2-95/+157
- rewrite .gitignore to use git patterns - mv hg(1) to git(1) and rewrite - add lib/git/commit-msg.hook - add skeleton codereview script - update codereview(1) Change-Id: I061cd8e4de77ebbd6037a7c5d1582cd1d986f62f
2014-10-20col: import from plan 9, by popular demandRuss Cox1-0/+57
TBR=rsc https://codereview.appspot.com/158240043
2014-04-30acme: add log file in acme root directoryRuss Cox1-2/+26
Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044
2014-03-14man/man1/0intro.1: update supported systems.Shenghou Ma1-5/+7
LGTM=rsc R=rsc https://codereview.appspot.com/71070050
2013-09-23fossil: import from plan 9David du Colombier2-0/+1721
R=rsc https://codereview.appspot.com/7988047
2013-03-11xd: accept -S for 8-byte swapRuss Cox1-0/+3
R=rsc https://codereview.appspot.com/7565045
2012-11-25acme: set $samfile (same as $%) during executionMarius Eriksen1-0/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6854092
2012-11-25libdraw: add scalesizeRuss Cox1-0/+16
R=rsc http://codereview.appspot.com/6855092
2012-10-22libthread: add threadspawndRuss Cox1-0/+11
R=rsc http://codereview.appspot.com/6742064
2012-10-21acme: add $acmeshell to control execution shellMarius Eriksen1-0/+6
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
2012-10-16devdraw: MacBook retina supportRob Kroeger1-0/+7
Enable with export devdrawretina=1 (everything will be smaller). R=rsc CC=plan9port.codebot http://codereview.appspot.com/6592072
2012-09-24src/cmd: Add a repurposed import(4), called `9import', to the ports.Akshat Kumar1-0/+79
The code is adapted from Plan 9's import(4); this allows us to speak that protocol. We don't currently support AAN (in the works) or TLS/SSL. Thanks to David for help with the man page, testing, and development. R=0intro, rsc CC=plan9port.codebot http://codereview.appspot.com/6458100
2012-08-05srv(4), mount: update v9fs usageDavid du Colombier1-1/+1
The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072
2012-08-03dial(3): update dialparseDavid du Colombier1-4/+4
R=rsc http://codereview.appspot.com/6455083
2012-07-17disk/mkfs, disk/mkext: add from Plan 9Russ Cox1-0/+187
R=rsc, rsc http://codereview.appspot.com/6405057
2012-07-14venti(8): fix discussion of variablesRuss Cox1-4/+7
R=rsc http://codereview.appspot.com/6397046
2012-03-26venti(7): fix typoDavid du Colombier1-1/+1
R=rsc http://codereview.appspot.com/5847060
2012-03-05get9root(3): fix pathsDavid Jeannot1-1/+3
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5745043
2012-01-16ioproc(3): fix prototypesDavid Jeannot1-3/+3
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500090
2011-11-08libventi: add functions reconn and redial for use with fossilDavid du Colombier1-0/+6
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
2011-11-08man: update venti-cache(3)David du Colombier1-17/+12
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5329041
2011-10-31rc(1): remove FreeBSD versionRuss Cox1-1/+1
2011-10-31page(1): mention ghostscript, /dev/fdRuss Cox1-0/+28
2011-10-12devdraw: more fixes (thanks David Jeannot)Russ Cox1-1/+1
2011-08-16test: update from Plan 9David du Colombier1-0/+7
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4847051
2011-08-16dd: update from Plan 9David du Colombier1-0/+198
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4850052
2011-06-13vacfs: document replacement of -c flag by -MDavid du Colombier1-7/+7
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
2011-06-07venti-fmt(8): minor fix in synopsisDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4571051
2011-06-03man: import changes from plan 9David du Colombier5-44/+49
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4559071
2011-06-02avl(3): import changes from plan 9David du Colombier1-0/+27
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4536105
2011-06-02INSTALL: add -r flagPeter Saveliev1-0/+10
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096