2025-05-03 21:18:15 +02:00
2025-02-23 23:37:53 +01:00
2025-04-27 18:44:43 +02:00
2025-05-03 21:18:15 +02:00
2025-05-03 21:18:15 +02:00
2025-04-28 20:53:21 +02:00
2025-04-24 20:07:27 +02:00
2025-02-12 17:29:31 +01:00
2025-04-20 17:04:54 +02:00
2025-04-24 20:07:27 +02:00
2025-04-24 20:07:27 +02:00
2025-04-29 22:29:26 +02:00
2025-04-29 12:40:13 +02:00
2025-02-10 12:46:54 +01:00
2025-05-02 17:37:11 +02:00
2025-04-28 21:24:48 +02:00

  • :

  • alias

  • alloc

  • astprint

  • builtins

  • cd/chdir

  • date

  • echo

  • env/setenv/unsetenv (env à completer)

  • export

  • eval/exec

  • exit

  • kill

  • limit

  • printenv

  • pushd/popd

  • printf

  • repeat

  • source/.

  • termname

  • time

  • trap

  • wc

  • which/where

  • yes

  • pipes

  • redirections

  • line editing (move, del, multi-line)

  • input shortcut (^A,^E,^R,^V,^F,^B,...)

  • color highlighting in input

  • foreground/background jobs (&), (btln fg, bg, jobs)

  • while/for/foreach loops

  • if / cases

  • ||/&&

  • configuration file

  • script with shebangs

  • -c eval argument

  • -D set env var at boot

  • -e exit on failure

  • -n (dry run mode)

  • -h help (open man?)

  • autocompletion of commands

  • globbing

  • var interpreter

  • inhibitor

  • magic quotes

  • parenthesis (sub-commands)

  • direnv/wakatime integration

  • command history (history btln)

  • arithmetric expansion ($(( x + 1 )))

  • brace expansion: {a,b,c} and {1..10}

  • heredocs

  • functions (:() { :|:& })

  • special env vars: $?, $$, ...

  • git integration (branch)

  • x, e, o & pipefail modes

  • file inquiry operators (-d, f, ...)

Description
No description provided
Readme 641 KiB
Languages
C 90.6%
Python 6%
Makefile 2.4%
Nix 0.7%
Shell 0.3%