mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
526 B
526 B
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