2024-03-26 04:22:27 +02:00
2024-03-26 04:22:27 +02:00
2021-06-19 21:30:03 +02:00
2021-06-19 21:30:03 +02:00
2024-03-26 04:22:27 +02:00
2024-02-08 11:57:12 +02:00
2023-08-02 15:59:16 +02:00
2024-03-12 03:45:38 +02:00
2021-06-19 21:02:11 +02:00
2021-06-28 13:20:02 +02:00

cms-niceties

Some useful CMS objects and extensions

Usefull UNIX console utilities

Code search (find . -name "." | xargs grep "some text" replacement)

ag "some text" ./ https://github.com/ggreer/the_silver_searcher

File content with code hightlighting (cat replacement)

bat ./app/src/Pages/Page.php https://github.com/sharkdp/bat

File listing (ls replacement)

exa -aTL3 ./app https://github.com/ogham/exa

git diff tool with bat code hightlighting (git show)

https://github.com/dandavison/delta

Description
No description provided
Readme 313 KiB
Languages
PHP 83.6%
Scheme 16.4%