Skip to content
  1. Oct 24, 2020
    • nimrod's avatar
      Spammer. · 1e912443
      nimrod authored
      Spamer script, desktop file and symlink for autostart.
      1e912443
  2. Apr 05, 2020
    • nimrod's avatar
      clear_clipped. · 07654935
      nimrod authored
      Whem the database for clipped gets corrupted, it needs to be deleted and
      the application restarted. Script that.
      07654935
    • nimrod's avatar
      Better the flatpak-daily script. · 21292e80
      nimrod authored
      - More scripty (set -eu, not just an alias in a script).
      - Update appstream data.
      21292e80
  3. Mar 11, 2020
  4. Feb 09, 2020
    • nimrod's avatar
      git-prunetree · 60c3ddc8
      nimrod authored
      Git script to remove temp work tress and prune work trees.
      60c3ddc8
  5. Dec 19, 2019
    • nimrod's avatar
      Fix! · 0b42f8a1
      nimrod authored
      0b42f8a1
    • nimrod's avatar
      Fix issue with ControlMaster sockets pruning. · 9c5bbeb0
      nimrod authored
      The prune_ssh_sockets shell function would always delete the
      ControlMaster sockets (the open file handlers would have a random suffix
      and the check would always show that the socket wasn't open by any
      process). Instead add a prefix to the ControlMaster sockets and ignore
      them when pruning. Those sockets are always deleted when the process
      exists. Also, mark the vim filetype for the ssh config fragments as
      sshconfig.
      9c5bbeb0
  6. Dec 09, 2019
  7. Dec 08, 2019
  8. Nov 07, 2019
    • nimrod's avatar
      Updates to binaries, vendored filed. · 9d005412
      nimrod authored
      - Add toolbox script, bash completion.
      - Better ansible-local in Makefile (match shell alias).
      - Delete gcloud SDK bash completion, the mirror in github is gone.
      - Update to newer version of binaries and vendored files.
      9d005412
  9. Oct 14, 2019
  10. Sep 13, 2019
  11. Aug 14, 2019
    • nimrod's avatar
      Vagrant scripts. · df0853f6
      nimrod authored
      - Add missing symlink to the wrapper script, without it the scripts
      can't be called as Vagrant commands.
      - Fix pylint issues.
      df0853f6
    • nimrod's avatar
      A commit that's just too big. · 8335e2b1
      nimrod authored
      Too many changes in one commit that aren't relevant to each other all
      because I didn't commit these for some time and they piled up, exactly
      what I shouldn't do.
      
      - Remove some Git submodules. They're not needed.
      - Remove the REPREPRO_BASE_DIR environment variable, it's set with
      direnv inside that project.
      - Use Docker Buildkit.
      - Use auto Python interpeter with Ansible, prefer Python3.
      - Better ls aliases.
      - Netcat aliases to listen and check ports and sockets.
      - Aliases and functions for Terraform.
      - Use Black to format Python code.
      - Show the run duration and exit code in a line before the prompt, maybe
      better with Bash earlier than 5.0, where there's an annoying with line
      wrapping.
      - Valid name for the flatpak_kill shell function.
      - Delete user-dirs files, didn't do anything anyway.
      - Convert README from reStructuredText to Markdown.
      - Don't install gsutil with Python2, use snap to install the Google SDK.
      - More pre-commit hooks, update the exiting ones, format the file for
      yamllint, Use flake8 from it's repo, the one from the hooks repo is
      deprecated.
      - Clean the Shore SSH config.
      - Add the shared AWS keys to the Endless SSH config.
      8335e2b1
  12. Jul 10, 2019
  13. May 29, 2019
  14. May 19, 2019
  15. May 05, 2019
  16. May 02, 2019
  17. Apr 29, 2019
  18. Apr 28, 2019
  19. Apr 24, 2019
  20. Apr 21, 2019
  21. Apr 14, 2019
    • nimrod's avatar
      More CLI tooling. · ddd1c558
      nimrod authored
      - Vendored rabbitmqadmin, Bash completion.
      - Use gsutil from PyPI, vendored Bash completion.
      - Use gcloud from Snap, remove Docker aliases (it just for Linux
      anyway).
      - on-change, cw, mysqldump-loader Golang apps.
      - importlab, remarshal Python apps.
      ddd1c558
  22. Apr 10, 2019
  23. Apr 08, 2019
  24. Mar 24, 2019
  25. Mar 23, 2019
    • nimrod's avatar
      Mechanism for vendored and binary files. · acab77f1
      nimrod authored
      - Added Makefile to download the vendored and binary files.
      - Replace gen-ssh-config with the said Makefile.
      - Update all sorts of Bash completion files.
      - Added `kompose` Bash completion file.
      - Replace pythonrc submodule with said Makefile.
      - Replace `bfg` shell function with said Makefile (and short shell
      alias).
      - Update Git hook to use Makefile, remove whatever was removed.
      - Added `rc_update` shell alias to force update all said files.
      - Added `kind` Golang binary.
      acab77f1
  26. Mar 20, 2019
    • nimrod's avatar
      Replace generated Bash completion scripts with ones that eval the output... · 8d2d3518
      nimrod authored
      Replace generated Bash completion scripts with ones that eval the output instead (instead of adding cleanup functionality to the gen-bash-completion script in case files linger in .bash_completion.d .
      8d2d3518
    • nimrod's avatar
      Working monitor with sudo. · dcf0cc3b
      nimrod authored
      - Moved `monitor` from a shell function to a script, now it's callable
      without mocking with the shell. Also, added an alias for `monitor` to
      expand aliases after it.
      - `sudome` is now a shell script instead of a function, now it works
      around the `secure_path` option by trying to find the executable in the
      path before calling `sudo`. Also, added an alias for `sudome` to expand
      aliases after it.
      - `__apt-daily` is now a shell script, it probably could have stayed a
      shell alias but the quotes failed to pass the entire command to
      `/bin/sh` as it was and I couldn't be arsed to solve it.
      - Simplified `flatpak-daily`.
      - `dd` shell alias is simpler and now the invocation `sudome dd` works
      as expected (which was the whole point to begin with).
      dcf0cc3b
  27. Feb 27, 2019
  28. Feb 19, 2019
  29. Oct 10, 2018