Go to file
Tony Air c29014512d IMPR: GridField show buttons instead of dropdown 2022-08-10 15:21:06 +02:00
.idea Initial 2021-06-19 21:30:03 +02:00
_config IMPR: GridField show buttons instead of dropdown 2022-08-10 15:19:00 +02:00
lang Initial 2021-06-19 21:30:03 +02:00
src IMPR: GridField show buttons instead of dropdown 2022-08-10 15:21:06 +02:00
templates IMPR: Dataobjects changelog and Dashboard panel 2022-03-28 14:01:53 +02:00
LICENSE Initial commit 2021-06-19 21:02:11 +02:00
README.md IMPR: GridField Inline editor config 2021-06-28 13:20:02 +02:00
_config.php Initial 2021-06-19 21:30:03 +02:00
composer.json FIX: forked flexslider 2022-07-02 19:24:28 +02:00

README.md

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