https://github.com/a2nt/cms-niceties
https://github.com/a2nt/cms-niceties
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a2nt/cms-niceties
- Owner: a2nt
- License: gpl-3.0
- Created: 2021-06-19T19:02:11.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:10:48.000Z (about 2 years ago)
- Last Synced: 2024-04-22T13:27:10.403Z (about 2 years ago)
- Language: PHP
- Size: 194 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cms-niceties
[](https://packagist.org/packages/goldfinch/google-maps)
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