Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git: move to development | Johannes Stoelp | 2024-05-01 | 2 | -234/+0 |
| | |||||
* | debug: move gdb, gdbserver to own group | Johannes Stoelp | 2024-05-01 | 3 | -543/+0 |
| | |||||
* | cli: add new group for cli foo tools | Johannes Stoelp | 2024-05-01 | 5 | -348/+0 |
| | |||||
* | shells: move shells into own group | Johannes Stoelp | 2024-05-01 | 4 | -913/+0 |
| | |||||
* | gnuplot: fix typo | Johannes Stoelp | 2024-05-01 | 1 | -1/+1 |
| | |||||
* | git: config notes | Johannes Stoelp | 2024-04-10 | 1 | -0/+7 |
| | |||||
* | bash: printf -v | Johannes Stoelp | 2024-04-05 | 1 | -0/+5 |
| | |||||
* | gdb: add history, schedule multiple, .. | Johannes Stoelp | 2024-04-05 | 1 | -2/+23 |
| | |||||
* | git: add --name-only | Johannes Stoelp | 2024-04-05 | 1 | -0/+1 |
| | |||||
* | gpg: key usage flags | Johannes Stoelp | 2024-03-30 | 1 | -0/+6 |
| | |||||
* | gpg: fix key output comment pub -> private | Johannes Stoelp | 2024-03-30 | 1 | -1/+1 |
| | |||||
* | gdb: log overwrite + shell commands | Johannes Stoelp | 2024-03-27 | 1 | -0/+32 |
| | |||||
* | gdb: fix typo | Johannes Stoelp | 2024-03-05 | 1 | -1/+1 |
| | |||||
* | awk: split on multiple tokens | Johannes Stoelp | 2024-02-16 | 1 | -0/+6 |
| | |||||
* | bash: cmd grouping | Johannes Stoelp | 2024-02-13 | 1 | -0/+16 |
| | |||||
* | sed: insert pattern + follow symlinks | Johannes Stoelp | 2024-02-07 | 1 | -0/+24 |
| | |||||
* | gnuplot: initial notes | Johannes Stoelp | 2024-01-31 | 5 | -0/+160 |
| | |||||
* | fish: add fish_pid var | Johannes Stoelp | 2024-01-27 | 1 | -0/+3 |
| | |||||
* | git: add clean and fetch/pull note | Johannes Stoelp | 2024-01-26 | 1 | -0/+19 |
| | |||||
* | bash/zsh/fish: add process substitution | Johannes Stoelp | 2024-01-25 | 3 | -0/+27 |
| | |||||
* | git: add merge commands | Johannes Stoelp | 2024-01-23 | 1 | -1/+19 |
| | |||||
* | sed: delete matching lines | Johannes Stoelp | 2024-01-23 | 1 | -0/+10 |
| | |||||
* | sed: add initial examples | Johannes Stoelp | 2024-01-18 | 2 | -0/+69 |
| | |||||
* | sort: add initial examples | Johannes Stoelp | 2024-01-17 | 2 | -0/+36 |
| | |||||
* | column: add example to format data as table | Johannes Stoelp | 2024-01-17 | 2 | -0/+11 |
| | |||||
* | git: add worktree notes | Johannes Stoelp | 2024-01-17 | 1 | -0/+13 |
| | |||||
* | ffmpeg: record x11 window | Johannes Stoelp | 2024-01-09 | 2 | -0/+27 |
| | |||||
* | awk: range pattern example, regex cmp operator | Johannes Stoelp | 2023-12-13 | 1 | -2/+17 |
| | |||||
* | awk: add range pattern example inclusive/exclusive | Johannes Stoelp | 2023-12-13 | 1 | -0/+15 |
| | |||||
* | fish: add argparse/complete example + minor updates | Johannes Stoelp | 2023-11-18 | 1 | -32/+118 |
| | |||||
* | gdb: fix conditional bp and add note to remove condition | Johannes Stoelp | 2023-09-21 | 1 | -1/+4 |
| | |||||
* | gdbserver: add exec wrapper example | Johannes Stoelp | 2023-09-08 | 1 | -1/+10 |
| | |||||
* | gdb: add watch -l in watchpoint example | Johannes Stoelp | 2023-09-08 | 1 | -1/+7 |
| | |||||
* | git: fix typo | Johannes Stoelp | 2023-08-22 | 1 | -1/+1 |
| | |||||
* | gdb: add catchpoint, threading, multi-process, tui | Johannes Stoelp | 2023-07-24 | 1 | -4/+74 |
| | |||||
* | fish: fix error in product expansion | Johannes Stoelp | 2023-07-02 | 1 | -1/+1 |
| | |||||
* | zsh: add completion example for positional args | Johannes Stoelp | 2023-06-26 | 1 | -2/+23 |
| | |||||
* | gdb: example to set bp on all threads but one, show convenience vars | Johannes Stoelp | 2023-06-26 | 1 | -0/+10 |
| | |||||
* | pacman: install pkg into different root | Johannes Stoelp | 2023-04-30 | 1 | -0/+6 |
| | |||||
* | qemu: cheap insn trace example | Johannes Stoelp | 2023-02-05 | 3 | -0/+33 |
| | |||||
* | dot: move assets and remove hard-coded github pages link | Johannes Stoelp | 2023-01-11 | 2 | -1/+95 |
| | |||||
* | gpg: add not to extend key lifetime | Johannes Stoelp | 2022-12-30 | 1 | -0/+22 |
| | |||||
* | pacman: fix orphaned package trick | Johannes Stoelp | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | gdb: watchpoint example | Johannes Stoelp | 2022-11-12 | 1 | -0/+73 |
| | |||||
* | gdb: add hook example + disasm flavor + breakpoint save | Johannes Stoelp | 2022-09-30 | 1 | -0/+20 |
| | |||||
* | awk: add example with negative pattern | Johannes Stoelp | 2022-09-23 | 1 | -0/+6 |
| | |||||
* | awk: add example to capture values in arrays | Johannes Stoelp | 2022-09-23 | 1 | -0/+17 |
| | |||||
* | [dot]: add link to online editor | Johannes Stoelp | 2022-07-07 | 1 | -1/+3 |
| | |||||
* | [bash]: add link to io redirections | Johannes Stoelp | 2022-07-07 | 1 | -1/+4 |
| | |||||
* | [dot]: add link to user manual | Johannes Stoelp | 2022-06-25 | 1 | -0/+1 |
| |