From fb20e8c32eddb5ea4aedd44cfc0c49402ff9184d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 18 Apr 2019 20:30:54 -0400 Subject: Rename cash to catsh --- bin/catsh/README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bin/catsh/README (limited to 'bin/catsh/README') diff --git a/bin/catsh/README b/bin/catsh/README new file mode 100644 index 00000000..ccd41938 --- /dev/null +++ b/bin/catsh/README @@ -0,0 +1,28 @@ +CATSH(7) Miscellaneous Information Manual CATSH(7) + +NAME + catsh – a shell + +DESCRIPTION + catsh is a shell derived from FreeBSD sh(1), which is in turn derived + from Almquist shell. It includes editline(3) from NetBSD. + + Differences from sh(1) + • ENV defaults to ‘${XDG_CONFIG_HOME:-${HOME}/.config}/catsh/env.sh’. + + • PS0 is printed before each prompt, allowing multi-line prompts. + + • Right-aligned prompts can be set with RPS1 and RPS2. + + • PSlit can be used to embed terminal escape sequences in prompts, as + in NetBSD sh(1). + + • HOME is shortened to ‘~’ in prompt expansion. + + • fc -s =new allows prefixing commands with new. + +HISTORY + sh(1) sources were imported from FreeBSD 12.0. editline(3) sources were + imported from NetBSD 8.0. + +Causal Agency January 14, 2019 Causal Agency -- cgit 1.4.1 '>diff
path: root/bin/dash/src/funcs/login (unfollow)
Commit message (Expand)Author
2021-01-02Clean up make lexerJune McEnroe
2021-01-02Tag top-level typedefs the same way as function definitionsJune McEnroe
2021-01-01Clean up order lexerJune McEnroe
2021-01-01Remove empty comma statement from bitJune McEnroe
2021-01-01Increment license header templatesJune McEnroe
2020-12-31Tell "Music" rather than "iTunes"June McEnroe
2020-12-31Add ASCII control code names to bitJune McEnroe
2020-12-31Simplify bit lexing and parsingJune McEnroe
2020-12-31Add ddateJune McEnroe
2020-12-30Print octal for 8 bits in bitJune McEnroe
2020-12-30Add unary & to bitJune McEnroe
2020-12-30Support unary + in orderJune McEnroe
2020-12-30Add postfix $ operator to bitJune McEnroe
2020-12-29Add make lexerJune McEnroe
2020-12-29Clean up C lexerJune McEnroe
2020-12-29Clean up hilex code somewhatJune McEnroe
2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe
2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe
2020-12-29Match C type declarations as IdentifierTagJune McEnroe
2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe
2020-12-29Reconfigure C macro start conditionsJune McEnroe
2020-12-29Document HTML class namesJune McEnroe
2020-12-29Rename Tag class to IdentifierTagJune McEnroe
2020-12-29Change HTML class from hi to hilexJune McEnroe
2020-12-29Add hilex HTML outputJune McEnroe