Best of ShellAugust 2024

  1. 1
    Article
    Avatar of hnHacker News·2y

    How this shell command works?

    Fig is a tool that enhances the functionality of shell commands by providing suggested commands while you type. This can streamline your command-line experience and increase productivity. Learn how it works and how to make the most of it.

  2. 2
    Article
    Avatar of lobstersLobsters·2y

    meithecatte/bashfuck: Write any bash with only the punctuation characters

    bashfuck is a unique bash dialect allowing the use of only ASCII special characters, without letters or numbers. It comes with a bashfuck encoder for translating regular bash scripts. The tool relies on the precise wording of bash error messages in English locales and utilizes a workaround for capturing stderr. Users are encouraged to improve the existing decoding code through contributions.