summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Set LANG in cgit filtersJune McEnroe2019-12-20
| | | | | ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars.
* Source .editrc before applying -v or -eJune McEnroe2019-12-20
| | | | | Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete.
* Disable signing commitsJune McEnroe2019-12-20
| | | | | | Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos.
* Ignore about-filterJune McEnroe2019-12-19
|
* Fix matching make tags with no sourcesJune McEnroe2019-12-19
|
* Avoid matching := assignments as tagsJune McEnroe2019-12-19
|
* Hide line numbers when rendering mdocJune McEnroe2019-12-18
| | | | | | Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table.
* Customize cgit CSSJune McEnroe2019-12-18
|
* Use :target rather than :focus pseudo-classJune McEnroe2019-12-18
| | | | :target persists after you click on something else.
* Copy cgit auxiliary binaries properlyJune McEnroe2019-12-18
|
* Add git.causal.agency cgit configJune McEnroe2019-12-18
|
* Bail from hi if input is binaryJune McEnroe2019-12-18
| | | | | NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc.
* Post "cgit setup"June McEnroe2019-12-16
|
* Add .editrc to set vi bindingsJune McEnroe2019-12-15
|
* Link to git. from bin htmlJune McEnroe2019-12-15
|
* Link to git. from causal.agencyJune McEnroe2019-12-15
|
* Set ssh port for git.causal.agencyJune McEnroe2019-12-15
|
* Add option to default to text in hiJune McEnroe2019-12-15
|
* Match .profile and .shrc as shell in hiJune McEnroe2019-12-15
|
* Add Exit StrategyJune McEnroe2019-12-12
|
* Add a few more notes about librariesJune McEnroe2019-12-11
|
* Post "Some Libraries"June McEnroe2019-12-11
|
* Document diff input language in hiJune McEnroe2019-12-11
|
* Add Truth HurtsJune McEnroe2019-12-11
|
* Add Artificial ConditionJune McEnroe2019-12-08
|
* Allow cd-ing into a fileJune McEnroe2019-12-05
|
* Add The Fifth SeasonJune McEnroe2019-12-05
|
* Fix \? prompt expansion for more than one digitJune McEnroe2019-12-02
|
* Only add existing directories to PATHJune McEnroe2019-11-29
|
* Clear PATH before populating it againJune McEnroe2019-11-27
| | | | Oops, this got lost.
* Rename bin.7 to README.7June McEnroe2019-11-27
| | | | GitHub be damned.
* Document HISTFILEJune McEnroe2019-11-26
|
* Update catgirl screenshotJune McEnroe2019-11-25
| | | | It really colours too many nicks grey...
* Update shotty flagsJune McEnroe2019-11-25
| | | | | The terminal emulator now knows about cursor modes, so just hide it for some shots.
* Replace shotty with code from streamJune McEnroe2019-11-25
| | | | | | | A much more complete implementation of a terminal emulator which I also fuzzed. Code is still kind of a mess though. Also case range syntax is now allowed here I guess.
* Add bman alias for FreeBSD man pagesJune McEnroe2019-11-22
|
* Remove Linux aliases from .shrcJune McEnroe2019-11-22
| | | | Let's be honest this is unlikely to ever run on Linux...
* Add Rogue ProtocolJune McEnroe2019-11-22
|
* Remove 1sh env.shJune McEnroe2019-11-21
|
* Use .profile, .shrc, .historyJune McEnroe2019-11-21
|
* Remove default ENV from manualJune McEnroe2019-11-21
|
* Do not apply expansion to HISTFILEJune McEnroe2019-11-21
|
* Revert "Set default ENV to ~/.config/cash/cashrc"June McEnroe2019-11-21
| | | | This reverts commit 2d722bdd93ba2ddd9d7e4394a845eeea9951ab5f.
* Remove HISTFILE default valueJune McEnroe2019-11-21
|
* Remove vendored libeditJune McEnroe2019-11-21
|
* Revert "Use local libedit"June McEnroe2019-11-21
| | | | This reverts commit a8cd87a52b91f41d3bec81b1a36fa224501f3af7.
* Just use H_LOAD and H_SAVEJune McEnroe2019-11-21
|
* Use braces in 1sh MakefileJune McEnroe2019-11-21
|
* Add \? to promptJune McEnroe2019-11-20
|
* Add \? exit status prompt expansionJune McEnroe2019-11-20
|