Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
0408fe856d
|
|||
4e3b711567
|
|||
7f0bff57eb
|
|||
92f167e7e8
|
|||
c7ebd6350e
|
|||
d7d55d24f5
|
|||
6381c189cb
|
|||
d0568e48ec
|
|||
f66a6c858d
|
5
.drone.yml
Normal file
5
.drone.yml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
kind: template
|
||||||
|
load: bust_rustbin_default_template.yaml
|
||||||
|
name: toolkit
|
||||||
|
data:
|
||||||
|
binName: toolkit
|
12
.github/workflows/release-published.yml
vendored
12
.github/workflows/release-published.yml
vendored
@@ -34,12 +34,12 @@ jobs:
|
|||||||
# Custom dependencies in case other formulas are needed to build the current one.
|
# Custom dependencies in case other formulas are needed to build the current one.
|
||||||
# Optional - multiline string.
|
# Optional - multiline string.
|
||||||
depends_on: |
|
depends_on: |
|
||||||
fzf
|
"fzf"
|
||||||
gh
|
"gh"
|
||||||
dust
|
"dust"
|
||||||
bottom
|
"bottom"
|
||||||
procs
|
"procs"
|
||||||
src-cli
|
"sourcegraph/src-cli/src-cli"
|
||||||
|
|
||||||
# Custom install command for your formula.
|
# Custom install command for your formula.
|
||||||
# Required - string.
|
# Required - string.
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -110,5 +110,5 @@ jobs:
|
|||||||
*.deb
|
*.deb
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
*.zip
|
*.zip
|
||||||
name: ${{ steps.get_version.outputs.value }}
|
name: v${{ steps.get_version.outputs.value }}
|
||||||
tag_name: v${{ steps.get_version.outputs.value }}
|
tag_name: v${{ steps.get_version.outputs.value }}
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -316,7 +316,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "toolkit"
|
name = "toolkit"
|
||||||
version = "0.1.3"
|
version = "0.1.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"eyre",
|
"eyre",
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "toolkit"
|
name = "toolkit"
|
||||||
description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt"
|
description = "Toolkit is an opinionated toolkit complementing a personal development workflow. Many of the commands are quite verbose, and well suited for adding to your shell toolbelt"
|
||||||
version = "0.1.3"
|
version = "0.1.8"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
authors = ["Kasper J. Hermansen contact@kjuulh.io"]
|
authors = ["Kasper J. Hermansen contact@kjuulh.io"]
|
||||||
|
Reference in New Issue
Block a user