| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-01-24 | 1.2 kB | |
| v2.5.2 source code.tar.gz | 2024-01-24 | 333.5 kB | |
| v2.5.2 source code.zip | 2024-01-24 | 354.1 kB | |
| Totals: 3 Items | 688.8 kB | 1 | |
π BugFix
coat/taoc: missing last line if thereβs no newline at the end of the file π πxpl: missing error exit code when file not existed or open file failure βοΈ
π οΈ Improvements/Refactor
- find bash with
/usr/bin/envin shebang (by @hyperupcall in [#119]) π coat/taoc: π- remove pipe when naked
cat - extract
colorLinesfunction a2l: merge functioncolorPrintintorotateColorPrintπ οΈ- improve readability
- remove var interpolation in
printf formatif possible - rename vars, e.g.
message->content,normal->color_reset - use
\einstead of\033 - improve comments for
-tcheck - simplify var usage
- remove unnecessary
{}when use var - remove quote of values in simple assignment
- All values undergo tilde expansion, parameter and variable expansion, command substitution, arithmetic expansion, and quote removal. Word splitting and filename expansion are not performed.
- more info about assignment see https://www.gnu.org/software/bash/manual/html_node/Shell-Parameters.html
π Build
- upgrade
shunit2lib
Have Fun! π
2024-01-25