Recent Releases of stalk
stalk - v1.0.7
Changelog
Other work
- 16566ccf460ac4fdce47ccd34e8f01211ce1fbf8: using latest stable go version for release (@AppleGamer22)
- a604d11c6e1564841cfd6b6c0d3cecd8e53605da: using latest stable go version for tagging (@AppleGamer22)
- 09e16e06441cad6b70c7e79096a9ab41f0f43ceb: using latest stable go version for testinging (@AppleGamer22)
- 209833229a0e8df7cdc7bdf4d5f5720651240eac: dependabot config formatting (@AppleGamer22)
- c8cef5d73eed25eb64018bdd9dbeaf173b8656f9: removed deprecated goreleaser fields (@AppleGamer22)
- b71a37999099d9abcc12a6f873502cc100e590fa: colourful logs (@AppleGamer22)
- 3164ea168210e05f846a934731d0c259ef7749dc: fix error of stoping already stopped process (@AppleGamer22)
- bb42699c965e406ab99bda321f75d06a22733f60: killing old process before starting new (@AppleGamer22)
- a09d56041ea2d5841008fdc67aaeddba427bae22: temporarily disabling CI for windows (@AppleGamer22)
- 1d4a4409ef77e29e3e25ea4cb28363800b9308d9: --- (@dependabot[bot])
- 10217496da3b64604eb6e708bf6e2fb0df70d0c4: nix distribution (@AppleGamer22)
- d366ab7bab8a2225e57e2f063412fd3f2bc10e71: nix tooling for ci (@AppleGamer22)
Installation
Nix Flakes
nix
{
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.stalk
];
})
# ...
];
};
};
}
Arch Linux Distributions
macOS
- Homebrew Tap:
bash brew install AppleGamer22/tap/stalk
- Go
Published by github-actions[bot] over 1 year ago
stalk - v1.0.6
Changelog
Other work
- e41074a6b890d2ec349053699f9cc13897d74aed: go version update for ci/cd (@AppleGamer22)
- ae0f7819a34eebc6ae8f49d3afad8f3572110e1c: watch works for stand-alone golang binaries (@AppleGamer22)
- 608cca2b635f75581d710504096698de5d67a583: waits for all child processes to terminate (@AppleGamer22)
Installation
Arch Linux Distributions
macOS
- Homebrew Tap:
bash brew install AppleGamer22/tap/stalk
- Go
Published by github-actions[bot] over 3 years ago
stalk - v1.0.5
Changelog
Other work
- 1c18e0a8c58847bff8235dd665ea6551e601daf5: sed and date cross-platform scripts (@AppleGamer22)
- 033ea3fe7295f2f3579970336dc1bdb35e162376: replace script refactoring (@AppleGamer22)
- 2eb20b2fe28a47a9483ffec38b2e9b2974570ebf: disable codeql workflow (@AppleGamer22)
- f2f60561a708c8abf5cbb00bd531dd7ca089b810: acts only on write and create fs events (@AppleGamer22)
- 6eefe18f55dec290fc853feaadeb3bebd6b79e99: linux inotify dependency (@AppleGamer22)
- a987b2856fa0f108159b35d4aa3a01f18ae7edba: watch command fix for linux and mutual exclusion for child process (@AppleGamer22)
- b12b198ff1b9f9294c1333c61ac0e127bc02a2a9: cff schema (@AppleGamer22)
Installation
Arch Linux Distributions
macOS
- Homebrew Tap:
bash brew install AppleGamer22/tap/stalk
- Go
Published by github-actions[bot] almost 4 years ago
stalk - v1.0.4
Changelog
Other work
- 3c1765cf65c986ecbf5d11ffce236e5779674c77: go version update for github actions (@AppleGamer22)
- 43f9a37a86cc41d18239223c442a38ab726a0a61: added stdio files to process managed by watch (@AppleGamer22)
Installation
Arch Linux Distributions
macOS
- Homebrew Tap:
bash brew install AppleGamer22/tap/stalk
- Go
Published by github-actions[bot] almost 4 years ago
stalk - v1.0.3
Changelog
Other work
- 5642ae8d8bfc2c3cfe2343f93d8d72162bf0ee32: gorealser sets the correct version and hash (@AppleGamer22)
Installation
Arch Linux Distributions
macOS
- Homebrew Tap:
bash brew install AppleGamer22/tap/stalk
- Go
Published by github-actions[bot] almost 4 years ago
stalk - v1.0.2
Changelog
Other work
- e847ace3f774a7a30965b67f6893f8cb3b6de982: attempt 1 to fix release action (@AppleGamer22)
Installation
Arch Linux Distributions
macOS
- Homebrew Tap:
bash brew install AppleGamer22/tap/stalk
- Go
Published by github-actions[bot] almost 4 years ago