Skip to content
Snippets Groups Projects
  1. Mar 26, 2025
  2. Mar 25, 2025
  3. Mar 04, 2025
  4. Feb 23, 2025
  5. Dec 26, 2024
  6. Nov 18, 2024
  7. Nov 17, 2024
  8. Nov 10, 2024
  9. Nov 06, 2024
  10. Nov 05, 2024
  11. Nov 04, 2024
  12. Nov 03, 2024
  13. Nov 01, 2024
  14. Oct 22, 2024
  15. Oct 04, 2024
  16. Jul 13, 2024
  17. Jun 20, 2024
  18. Jun 19, 2024
  19. Apr 18, 2024
  20. Mar 31, 2024
  21. Mar 29, 2024
  22. Mar 25, 2024
  23. Mar 24, 2024
  24. Mar 21, 2024
  25. Mar 19, 2024
  26. Mar 18, 2024
  27. Mar 11, 2024
  28. Nov 23, 2023
    • Oliver Smith's avatar
      Makefile: install: add sanity checks · 8d2bd817
      Oliver Smith authored
      Prevent the user from installing to the wrong firefox dir, and give a
      userfriendly message if install needs root rights.
      8d2bd817
    • Oliver Smith's avatar
      Makefile: add uninstall target · dd2150f9
      Oliver Smith authored
      Make it easy for users to test versions from a git repository by having
      an easy way to uninstall.
      dd2150f9
    • Oliver Smith's avatar
      editorconfig: fix syntax · 1a53040d
      Oliver Smith authored
      Fix the pattern not working in neovim's now built-in editorconfig
      support by removing "**/". This should have matched all paths, but it
      doesn't work with the built-in parser and by removing it, we apparently
      match all paths too. This fixes neovim indenting with tabs in the
      Makefile and shell scripts in this repository.
      
      Happy to see that this is a built-in feature now \o/
      1a53040d
Loading