Releases: AppleGamer22/cocainate
Releases · AppleGamer22/cocainate
v1.1.4
Changelog
Other work
- f942225: synchronously waits for timer to finish (@AppleGamer22)
Installation
Nix Flakes
{
inputs = {
# or your preferred NixOS channel
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
applegamer22.url = "github:AppleGamer22/nur";
};
outputs = { nixpkgs }: {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
specialArgs = {
pkgs = import nixpkgs {
# ...
overlays = [
(final: prev: {
# ...
ag22 = applegamer22.packages."<your_system>";
})
];
};
};
modules = [
# or in a separate Nix file
({ pkgs, ... }: {
programs.nix-ld.enable = true;
environment.systemPackages = with pkgs; [
ag22.cocainate
];
})
# ...
];
};
};
}
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.1.3
Changelog
Other work
- f7247e9: CODEOWNERS (@AppleGamer22)
- 23ca30e: progress bar doesn't trash prompt with whitespace (@AppleGamer22)
- 8569606: a flag for hiding progress bar (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.1.2
Changelog
Other work
- 6f7dfd4: --- (@dependabot[bot])
- 499931f: update makefile (@AppleGamer22)
- f1f21c6: goreleaser with nur (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.1.1
Changelog
Other work
- 6f7dfd4: --- (@dependabot[bot])
- 499931f: update makefile (@AppleGamer22)
- 38cec48: goreleaser with nur (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.1
Changelog
Other work
- ec14ee3: goreleaser remove deprecated fields (@AppleGamer22)
- 7d9f38a: initial progress bar code (@AppleGamer22)
- 3b7ff05: initial progress bar code (@AppleGamer22)
- 2070272: progress % changes with second (@AppleGamer22)
- c8c4e2b: arithmetic fix (@AppleGamer22)
- f420c1e: should clear the window on completion, should fix cursor disappearing from shell after completion (@AppleGamer22)
- b5551ea: changed progress bar formatting (@AppleGamer22)
- 6b69d68: rounds duration label to the nearest second (@AppleGamer22)
- a4cc351: move progress bar thread creation to progress bar package (@AppleGamer22)
- 28e609f: making sure cursor is shown before the process terminates (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.0.20
Changelog
New Features
- 68a087d: feat(manual): added manual command (@AppleGamer22)
Other work
- e0af274: Update release.yml (@AppleGamer22)
- ee78f01: Update tag.yml (@AppleGamer22)
- 68cc9f6: Update test.yml (@AppleGamer22)
- e93ef88: dependabot config formatting (@AppleGamer22)
- 293a2d2: initial manual command (@AppleGamer22)
- fa8d6a6: sbom (@AppleGamer22)
- 31e0e32: syft set-up (@AppleGamer22)
- 4f985cc: module update (@AppleGamer22)
- 2ca4f51: syft action version (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.0.19
Changelog
Other work
- 120d9bd: set write permission for release ci (@AppleGamer22)
- a76a298: sed and date cross platform scripts (@AppleGamer22)
- 2729a08: fixed replace utility (@AppleGamer22)
- 55731f9: replace script refactoring (@AppleGamer22)
- 95928e2: disable codeql workflow (@AppleGamer22)
- c6e6cec: CI/CD go version update (@AppleGamer22)
- 08ff87d: cff schema (@AppleGamer22)
- 623707c: updated go version for ci/cd (@AppleGamer22)
- d93f63d: timer memory leak prevention (@AppleGamer22)
- d860030: CD go version update (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.0.18
Changelog
Other work
- d74e35a: fix flag config error (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.0.17
Changelog
Other work
- 285bb4f: codeql fix (@AppleGamer22)
- 8cda4b0: removed github urls from verbose version output (@AppleGamer22)
- bed670b: simpler ^C removal (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate
v1.0.16
Changelog
New Features
- aad5f1e: feat: cobra checks that pid and duration are both provided (@AppleGamer22)
Other work
- fb7445c: dependabot.yml (@AppleGamer22)
- dependency updates 1662f53.
- 7739e38: dependency review (@AppleGamer22)
- 547a246: codeql only on PRs (@AppleGamer22)
- a1c6909: simplified github actions (@AppleGamer22)
Installation
Arch Linux Distributions
yay
:
yay -S cocainate-bin
paru
:
paru -S cocainate-bin
macOS
brew install AppleGamer22/tap/cocainate