readme markdown
This commit is contained in:
parent
e433a67130
commit
6460fa3f61
1 changed files with 9 additions and 16 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
# **42zsh**
|
# 42sh
|
||||||
---
|
|
||||||
|
|
||||||
42sh school project.
|
42sh school project.
|
||||||
|
|
||||||
|
|
@ -27,9 +26,9 @@ Optional feature highly appreciated:
|
||||||
- Job Control and builtins `job`, `fg`, `bg`and operand `&`.
|
- Job Control and builtins `job`, `fg`, `bg`and operand `&`.
|
||||||
- Shell Scripting.
|
- Shell Scripting.
|
||||||
|
|
||||||
<p align="center"><strong>Shell / Subshell</strong></p>
|
## shell / subshell
|
||||||
|
|
||||||
<p align="center"><strong>Line Edition</strong></p>
|
## line editing
|
||||||
|
|
||||||
Keys|Functions|
|
Keys|Functions|
|
||||||
:-:|:--
|
:-:|:--
|
||||||
|
|
@ -40,7 +39,7 @@ Keys|Functions|
|
||||||
<kbd>Ctrl</kbd>+<kbd>C</kbd>|Terminate/Kill current foreground process.
|
<kbd>Ctrl</kbd>+<kbd>C</kbd>|Terminate/Kill current foreground process.
|
||||||
<kbd>Ctrl</kbd>+<kbd>Z</kbd>|Suspend/Stop current foreground process.
|
<kbd>Ctrl</kbd>+<kbd>Z</kbd>|Suspend/Stop current foreground process.
|
||||||
|
|
||||||
<p align="center"><strong>History</strong></p>
|
## history
|
||||||
|
|
||||||
Keys|Functions|
|
Keys|Functions|
|
||||||
:-:|:--
|
:-:|:--
|
||||||
|
|
@ -52,14 +51,8 @@ Keys|Functions|
|
||||||
`!name`|Search for a command beginning with `name`.
|
`!name`|Search for a command beginning with `name`.
|
||||||
`!?name`|Search for a command which contain `name`.
|
`!?name`|Search for a command which contain `name`.
|
||||||
|
|
||||||
<p align="center"><strong>Autocompletion</strong></p>
|
## autocompletion
|
||||||
|
## globbing
|
||||||
<p align="center"><strong>Globbing</strong></p>
|
## hash table
|
||||||
|
## job control
|
||||||
<p align="center"><strong>Hash Table</strong></p>
|
## scripting
|
||||||
|
|
||||||
<p align="center"><strong>Builtin Read</strong></p>
|
|
||||||
|
|
||||||
<p align="center"><strong>Job Control</strong></p>
|
|
||||||
|
|
||||||
<p align="center"><strong>Scripting</strong></p>
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue