sgoudham
2e3ae35a35
ci: specify homebrew-tap
1 year ago
sgoudham
f8d54b26b4
changelog: update
1 year ago
sgoudham
f959a91a96
fix(nix): 4th July nightly isn't available yet
1 year ago
sgoudham
21f646c184
refactor(nix): pin nightly and use in `nix develop`
1 year ago
sgoudham
778f99993a
changelog: use `git-cliff` to generate
1 year ago
sgoudham
f486dd1d51
refactor(nix): follow inputs for `crane`
1 year ago
sgoudham
99f873574a
refactor(nix): remove `overrideAttrs`
1 year ago
sgoudham
d5875b556c
refactor(nix): try using `overrideAttrs`
1 year ago
sgoudham
24afcec7f3
refactor(nix): try adding `name`
1 year ago
sgoudham
58a7647944
ci: disable auto homebrew releases for now
1 year ago
sgoudham
7ca41baa2a
build(cargo): update `Cargo.lock`
1 year ago
sgoudham
a8e4397ba1
build(cargo): add `keywords` & `categories`
1 year ago
sgoudham
63fb8ce138
chore(deps): bump clap-rs to `3.2.25`
1 year ago
sgoudham
ead99f0f3d
chore: fix rustfmt
1 year ago
sgoudham
40e9d1d3be
docs(README): remove `;` from quote
1 year ago
sgoudham
ee03671934
docs(README): reformat
1 year ago
sgoudham
df4f81165a
docs(README): reformat quote
1 year ago
sgoudham
52e0e821c7
refactor!: throw error when missing default branch
...
BREAKING CHANGE: Previously, the missing default
branch was ignored and the user given branch was
used which resulted in a 404.
This commit makes it so that it throws up an error
instead of letting the user see the 404.
1 year ago
sgoudham
11d7470451
refactor: add info message for `--branch`
...
This option only works when users have
local branches that are set up to track
remotes.
The user may be confused if they are trying
to view a branch that only exists on the remote
and not locally.
This commit adds a useful info message to
inform the user that this branch is not
tracked locally and instead is defaulting
to the default remote.
1 year ago
sgoudham
30d443c485
build(cargo): only package relevant files
1 year ago
sgoudham
45fb211c2c
docs(README): add `nix run` command
1 year ago
sgoudham
75446b8cce
refactor(nix): use rust-toolchain.toml
1 year ago
sgoudham
ea00704e02
chore(deps): update testcase to `3.1.0` again
1 year ago
sgoudham
55ae17f17c
chore(deps): update webbrowser to `0.8.10`
1 year ago
sgoudham
8bb920e059
chore: remove `.vscode` from source control
1 year ago
sgoudham
ad06b1c38c
ci: avoid duplicate triggers
1 year ago
sgoudham
e3db04e8b0
ci: downgrade `test-case` to 3.0.0 as potential fix
1 year ago
sgoudham
a6cfa67b40
refactor: `--print` help message
1 year ago
sgoudham
df2d5572d9
docs(README): new shield.io badges
1 year ago
sgoudham
be5d6c8174
build: rename `build` -> `release`
1 year ago
sgoudham
75853c661f
ci: remove `stable` toolchain from ci
1 year ago
sgoudham
48b3d82cfa
docs(README): reformat
1 year ago
sgoudham
436b03ffd8
fix: potentially solve build errors
1 year ago
sgoudham
3335011f6d
refactor!: remove `--suffix` & revamp help
...
BREAKING-CHANGE: I couldn't decide on the
semantics of what this command should have
so, instead, I've opted to remove it.
1 year ago
sgoudham
6ee58693ee
build: overhaul ci/cd pipelines
1 year ago
sgoudham
b72a5a33fb
chore: reduce dependabot noise
1 year ago
sgoudham
98cbfcc226
refactor: improve usage docs & help
1 year ago
sgoudham
367c1421bb
refactor: fix trailing slashes in `--path`
1 year ago
sgoudham
cc9dd3970d
feat: add nix flake
1 year ago
sgoudham
41ad13e569
feat: implement `--path` option
...
closes #3
1 year ago
sgoudham
3f9c7bd376
feat: allow args for `--issue`
...
closes #2
1 year ago
sgoudham
1e8704ce0f
docs: remove inaccurate changelog
1 year ago
sgoudham
aaeebb10fa
docs: simplify wording
1 year ago
sgoudham
8fb5bbfb71
refactor: simplify docs and tidy up
1 year ago
sgoudham
60e5a22d25
refactor: Tidy up code
...
- Remove unnecessary comments
- Remove unused 'mut'
1 year ago
sgoudham
53b0a2ef6a
build: Update version number to v1.0.0
1 year ago
Hamothy
f6a6c7f27c
refactor( #4 )!: Drop support for BitBucket URLs
...
BREAKING CHANGE: This removes support for BitBucket URLs
as I am not well versed with them to robustly support it
closes #4
1 year ago
dependabot[bot]
4ea6a82bb1
build(deps): Bump webbrowser from 0.8.1 to 0.8.2
...
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs ) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases )
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.8.1...v0.8.2 )
---
updated-dependencies:
- dependency-name: webbrowser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
75040c6d0d
build(deps): Bump test-case from 2.2.1 to 2.2.2
...
Bumps [test-case](https://github.com/frondeus/test-case ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/frondeus/test-case/releases )
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md )
- [Commits](https://github.com/frondeus/test-case/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: test-case
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
d272f7c2fd
build(deps): Bump webbrowser from 0.8.0 to 0.8.1
...
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs ) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/amodm/webbrowser-rs/releases )
- [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.8.0...v0.8.1 )
---
updated-dependencies:
- dependency-name: webbrowser
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago