Gibo Versions Save

Easy access to gitignore boilerplates

v3.0.11

4 months ago

Changelog

  • 00b10d7 Bump github.com/go-git/go-git/v5 from 5.3.0 to 5.11.0 (#65)
  • 0c6df88 Update CONTRIBUTING.md
  • 386b72a Update chocolatey config

v3.0.10

4 months ago

Changelog

  • 40ad429 Update Docker Hub README in CD

v3.0.9

4 months ago

Changelog

  • cc17846 Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#64)
  • 80d3191 chore: fix utils/utils.go / repoDir (#63)

v3.0.8

5 months ago

Changelog

  • 11a1a4a Bump golang.org/x/net from 0.12.0 to 0.17.0 (#60)
  • 8f15ab6 Fix typo in CONTRIBUTING.md
  • 99a9456 Initialise commands in the command implementation file
  • df264e3 Remove previous version
  • 0b684ec Simplify version string
  • ba89662 Update README
  • bd62924 Use os.UserCacheDir to store boilerplates
  • 824fa13 fix: utils/utils.go: fix create boilerplate directoy to current working directory on Windows and refs other XDG_DATA_HOME and LOCALAPPDATA (#62)

v3.0.7

9 months ago

Changelog

  • 16319e4 Re-enable publishing to chocolatey
  • 5090e02 ci: use go-version-file in setup-go step (#59)

v3.0.6

9 months ago

Changelog

  • a19489a Add docker instructions to README
  • 539e157 Clean up cd.yml
  • 10985b3 Eat our own dogfood
  • f94698d Make dump command case-insensitive
  • c51103c Update README
  • 307c7cb cd: build Docker image for arm64 and amd64

v3.0.5

9 months ago

Changelog

  • 6aaca53 Disable publishing to chocolatey
  • db231cf Remove redundant text from chocolatey config
  • 29ed3ed Use PAT for docker login, move to cd.yml

v3.0.4

9 months ago

Changelog

  • 433f8e1 Add publish to docker GHA
  • 394d199 Create CODE_OF_CONDUCT.md
  • 5abc12f Rename Github Action files
  • 869da15 Rename Github Actions
  • b2df5b7 Update README

v3.0.3

9 months ago

Changelog

  • eea9298 Update gibo in core homebrew as part of release

v3.0.2

9 months ago

Changelog

  • 7432fbf Add $GIBO_BOILERPLATES var for local repo location
  • 768dfef Add 'Generated by gibo' header
  • d716615 Add AppStream data
  • 789efee Add CI badge
  • b3e1fab Add GIBO_BOILTERPLATES env var support to zsh
  • ad59871 Add Homebrew upgrade command
  • 1f404dc Add UNLICENSE text to head of gibo
  • 45b5fa1 Add VS Code extension recommendations
  • 6f10d1a Add credits to README
  • bb8a999 Add devcontainer config
  • 6ba0653 Add gibo root command
  • 54015c2 Add gibo.bat root command and bump version to 2.2
  • 0507f63 Add homebrew instructions
  • a44d651 Add link to wiki page showing how to use gibo-completion.zsh as an oh-my-zsh plugin.
  • cf94ba3 Add newlines after dumping
  • 94e0c84 Add note in README about gibo v3
  • 7062bcd Add notes on releasing gibo
  • 1a38c70 Add root, search to shell completion scripts
  • e05dcb0 Add sanity checking of command-line args
  • f78a604 Add search command
  • 8dabb30 Add shared init command for initialising boilerplate repo on demand
  • 6d5bd8c Add shellcheck step to CI (#50)
  • 92a2ffc Add test for dumping multiple boilerplates
  • 62dcb05 Add tests (#48)
  • 32ece71 Add zsh autocompletion file
  • 96fe59b Add zsh completion stuff to README
  • a046f35 Added (*nix)..
  • c50123f Added --append (-a) option to automatically append the boilerplate contents to the .gitignore file. So, I don't keep forgetting to use '>>' instead of '>' and overwrite my .gitignore files..
  • df37a4e Added a DOS batch file version of the gibo shell script.
  • bf03194 Added bash completion script for enhanced gibo joy
  • 167feb5 Added information about gibo.bat and installing on Windows.
  • 622c13e Added support for GIBO_BOILERPLATES envar. Cleaned up the argument handler a bit (more friendly to Windows users). Added suggestions when there is an invalid argument. Added search expr command. Added optional parameter to list command. Added --autostash and -q to the git pull command.
  • 628a7c6 Broke the command-line statements out..
  • 35b486a Bump version to 1.0.5
  • 785bfbb Bump version to 1.0.6
  • 3dba092 Bump version to 2.1.2
  • b63af2e Bump version to 2.2
  • 650b208 Bump version to 2.2.1
  • f2f31d2 Bump version to 2.2.2
  • a651f58 Bump version to 2.2.3
  • 091e183 Bump version to 2.2.4
  • e50c866 Bump version to 2.2.5
  • 386ea30 Bump version to 2.2.6
  • 6c2e2fd Bump version to 2.2.7
  • 231ec3e Change install URL to one I control
  • e77c449 Change repo name to gibo
  • 06337da Changed the boilerplate header output to just be the boilerplate's file name, so it doesn't include potentially private paths.
  • a5bbd05 Changed the output to match gibo 1.0.3.
  • 0452baf Clarify usage message
  • 05eca21 Clone silently if dumping a boilerplate
  • ce76363 Correct type in docs
  • b932726 Corrected grammar
  • 2676e3f Create ci.yml
  • 3ae29de Create ci.yml
  • c5c3e7e Do a shallow clone when cloning github/gitignore.git
  • 58bc664 Document Fedora package availability
  • 5ec9930 Enclose variable that potentially contains whitespace in quotes
  • 0b1d64b Escape parentheses to avoid closing if clause unexpectedly (#52)
  • e381a54 Excluded .sublime-project files.
  • c9c7eb3 Explain how gibo can be used to generate .hgignore files as well.
  • 5ee38c3 Fix Dockerfile
  • 585ee68 Fix README
  • aa531cc Fix fish completion script
  • bd5713f Fix help text in gibo.bat
  • 5e435c9 Fix main args test
  • 08affbb Fix tests
  • 3305464 Fix typo "gibo upgrade" -> "gibo update" in README.md
  • fcd8c97 Fixed command-line tabs to spaces..
  • 999039e Fixed curl for one liner *nix installation
  • 1e4fc07 For the files placed in "~/.gitignore-boilerplates" directory, directories other than "Global" directory are also scanned.
  • 4bb17ad Force --ff option
  • eae40ba Implement advertised -h command-line option quickly before anyone notices ;-)
  • 3eeaf36 Improve a performance of list command by using pipe instead of loop
  • e149a45 Improve connectivity with UNIX-Pipeline
  • 7af6aec Improve zsh completion
  • 1f17cf5 Initial commit
  • 53f92af Initialise docker image using gibo update
  • 3899a48 Make fish shell tab-completion script load boilerplate names lazily
  • a72f6c6 Make search case-insensitive
  • f4a5984 Make sure we're using branch main
  • 9b1a5f8 Make zsh autocompletions case-insensitive
  • 1c0dbc8 Merge branch 'add-homebrew-instructions'
  • bf3f5dd Merge branch 'jakejohns-feature/platedir'
  • 61fdb98 Merge branch 'ktr0731-ignore-stderr'
  • eec4bbb Merge branch 'master' of github.com:simonwhitaker/gibo
  • 91b2ddf Merge pull request #1 from ixti/master
  • e3dd981 Merge pull request #10 from kodybrown/master
  • d7726f1 Merge pull request #11 from bartoszmajsak/patch-1
  • d2dd7e0 Merge pull request #12 from nicdumz/master
  • 7a3fb81 Merge pull request #15 from yilazius/gibo-fish-completion
  • 57558e6 Merge pull request #16 from itiut/improve-zsh-completion
  • d4a6bc1 Merge pull request #18 from blp1526/force_ff_option
  • b2661fd Merge pull request #19 from susisu/case-insensitive-search
  • 5b493f3 Merge pull request #2 from yevgenko/master
  • 4fb8d20 Merge pull request #20 from shotat/feature/docker
  • 0cc2e52 Merge pull request #21 from shotat/feature/updatereadme
  • a031cfe Merge pull request #25 from saschpe/fedora
  • 243c8f6 Merge pull request #31 from hana-da/fix_readme
  • c3cc280 Merge pull request #32 from kodybrown/master
  • 435ef77 Merge pull request #9 from hugovk/patch-1
  • 717c874 Merge remote-tracking branch 'gibo-go/main'
  • 927c5e6 Merge remote-tracking branch 'upstream/master'
  • 7e2110b Minor amendment to bash completion file instructions
  • dbb94fc Move shell script to previous
  • 6e69c15 Move unlicense blurb into separate file
  • bcf7ce9 Only output 'Generated by gibo' header once
  • 61d0aff Reduce size of docker image
  • 6bd14c6 Remove bashism
  • 0bb1627 Remove broken she-bang line
  • 8bdc687 Remove dependency on -C flag
  • b80c15a Remove email from help text
  • ff9f2f8 Remove git pull --autostash option
  • 4c86528 Remove header in list output
  • 02e07cc Remove redundant line of code
  • 4c52b8c Remove screenshot from README
  • b0fff2a Remove shellcheck VSCode extension
  • f9e8e74 Removed Sublime project
  • 744140d Removed extra line preceedig boilerplate output.
  • d93f468 Removed the --append flag.
  • 4e0c5cf Removed verbose output that would never get called.
  • f6e89ba Rename UNLICENSE to LICENSE
  • 597ab86 Rename gibo-go to gibo
  • 2c6da04 Reorganise completion files
  • b4d51ec Replace == with -eq or = as appropriate
  • 3c1f465 Revert "Create ci.yml"
  • 090c376 Revert "Set some useful options"
  • bd5710b Set some useful options
  • 500d099 Show current repo rev in URLs
  • a27537f Show path to raw file on Github in output
  • 9f1157b Show usage if dump is called without arguments
  • 55dc2c1 Simplify Dockerfile
  • ab6ec16 Suppress find errors if local repo doesn't exist
  • de5ea61 Tidy up README
  • 64b7276 Tidy up README
  • 619efe8 Tidy up gibo.fish
  • d99ebf1 Trim end-of-line spaces
  • 9809dc8 Tweak the installation instructions
  • 8af6ca1 Typo: installion -> installation
  • 548abfc Update README.md
  • c012865 Update ci.yml (#47)
  • 453af59 Update email address
  • 0f92d41 Update gibo.bat to v2.0
  • aec41db Update gibo.fish
  • 5fca3b2 Update installation instructions to use ~/bin by default
  • f2a2b74 Update main branch name in CI (#54)
  • c1987c5 Update version string with Github URL
  • 4bc1d31 Update version to 1.0.3
  • bad8be3 Update version to 1.0.4
  • b98342f Updated the version number.
  • 573ac8e Use compdef instead of compctl for zsh completion
  • f1080c8 Write columnar output when using --list
  • d6976b2 [fish] enable tab-completion of multiple boilerplates
  • 9c27be5 [v2] Rename upgrade command to update
  • a3bd54d [v2] Switch to subcommand model
  • b0327a2 [v2] Update README
  • 7a2d630 [v2] Update bash tab completion script
  • 3a5ab93 [v2] Update fish tab completion script
  • 2530990 [v2] Update zsh tab completion script
  • 40c003d add docker
  • 453c8b2 add straightforward installation instruction
  • 424c985 add support for gibo completion for fish shell
  • 5997d1c chore: change github/gitignore branch from "master" to "main" (#51)
  • 4bb2d24 ignore command substitution stderr
  • 3b51601 update readme