um guia prático do dia a dia para ajudar você a contribuir em projetos open source
| PROBLEMA | COMANDO |
| if status --is-interactive | |
| cat ~/.cache/wal/sequences & | |
| end |
| function dnl_accept | |
| echo lol | |
| commandline -f accept-autosuggestion | |
| commandline -f execute | |
| end | |
| # Bind for Vi mode | |
| bind -M insert \cn dnl_accept | |
| bind -M normal \cn dnl_accept |
| (defun awk-sort (&optional b e) | |
| "Sort region by character length using awk." | |
| (interactive "r") | |
| (shell-command-on-region b e "awk '{ print length(), $0 | \"sort -n | cut -d\\\\ -f2-\" }'" (current-buffer) t) | |
| ) |
| extends materialize | |
| extends php | |
| global !p | |
| import inflection | |
| endglobal | |
| snippet csrf | |
| {{ csrf_field() }} | |
| endsnippet |
| <?php | |
| // resources/lant/pt/validation.php | |
| return [ | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Validation Language Lines | |
| |-------------------------------------------------------------------------- |