bash scripting

  • Today I had an idea for an interactive REPL for local PHP. Like similar to what TInkerwell does, but written in bash, tmux and linux builtins. I think this will be a fun little project. ๐Ÿ™‚

    Posted on

    ๐ŸŽฎ

    Part of

  • Don’t stop building

    I really enjoy building scripts for my own workflow. I wish I had the skills to build things in the real world, but until then Iโ€™ll keep building stuff in the digital space only. Although I love working with PHP and Laravel, it is Bash that has re-ignited a passion in me to just build…

    Posted on

    ๐ŸŽฎ

    Part of

  • Beyond Aliases — define your development workflow with custom bash scripts

    Beyond Aliases — define your development workflow with custom bash scripts

    Being a Linux user for just over 10 years now, I can’t imagine my life with my aliases. Aliases help with removing the repetition of commonly-used commands on a system. For example, here’s some of my own that I use with the Laravel framework: You can set these in your ~/.bashrc file. See mine in…

    Posted on

    ๐ŸŽฎ

    Part of