aboutsummaryrefslogtreecommitdiffstats
path: root/sys/nixpkgs/pkgs (unfollow)
Commit message (Collapse)Author
2024-02-24build(treewide): UpdateSoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help textSoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/fupdate): FormatSoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha
2024-02-24build(flake): UpdateSoispha
2024-02-23style(treewide): FormatSoispha
2024-02-23build(flake): UpdateSoispha
2024-02-20build(treewide): UpdateSoispha
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-02-12fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha
2024-02-11fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha
2024-02-09fix(sys/nixpkgs/pkgs/yt): Avoid logging, that mpv can't display charsSoispha
2024-02-09fix(sys/nixpkgs/pkgs/yt): Replace all quotesSoispha
2024-02-08build(treewide): UpdateSoispha
2024-02-07fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha
2024-02-03build(treewide): UpdateSoispha
2024-01-30fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha
2024-01-30build(treewide): UpdateSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Export the package under the correct nameSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`Soispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Append comments to the back of repliesSoispha
This should fix an issue where the comment is appended to the wrong reply chain, when one person has commented twice. This builds on the assumption that comments are sorted by timestamp (which they are in this case).
2024-01-28fix(sys/nixpkgs/pkgs/comments): Wrap with correct `fmt`Soispha
2024-01-28fix(sys/nixpkgs/pkgs): Actually add new comments packageSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt): Use correct type in json parsingSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt/ytc): Allow watching already watched idsSoispha
2024-01-28fix(sys/nixpkgs/update_pkgs): Allow to hide expansive updates behind flagSoispha
2024-01-28build(treewide): UpdateSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt): Use already existing cargo lock fileSoispha
2024-01-28feat(sys/nixpkgs/pkgs/comments): InitSoispha
This rewrite of the `comments` script even provides nested comments
2024-01-23build(treewide): UpdateSoispha
2024-01-23feat(sys/nixpkgs/pkgs): Add update scriptsSoispha
2024-01-21fix(sys/nixpkgs/yt): Ensure that the downloader downloads everythingSoispha
2024-01-20feat(sys/nixpkgs/yt): Add support for the 'url' commandSoispha
This simply opens the youtube url in the browser
2024-01-20fix(sys/nixpkgs/yt/constants): Add extension to last selection pathSoispha
2024-01-20fix(sys/nixpkgs/yt/downloader): Be more lenient with yt-dlp exit codesSoispha
2024-01-20feat(sys/nixpkgs/yt/{yt,ytc}): Persist old selection fileSoispha
2024-01-20fix(sys/nixpkgs/yt/{yt,ytc}): Ignore sponsor block API access errorsSoispha
2024-01-20fix(sys/nixpkgs/yt/{yt,yts}): Correctly wrap themSoispha
2024-01-20build(treewide): UpdateSoispha
2024-01-20fix(sys/nixpkgs/pkgs/yt): Don't remove path as 'yt' and 'yts' need nvimSoispha
2024-01-20feat(sys/nixpkgs/pkgs/yt): Merge ytc and the rewritten ytcSoispha
2024-01-19feat(hm/conf/nvim/plgs/treesitter): Add custom parser for `yts`Soispha
2024-01-14fix(sys/nixpkgs/ytc): Check if symlink path existsSoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc/scr/main): Also delete the file if no id is setSoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc/scr/main): Stop mpv from spamming up stdoutSoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc/scr): Create download dirSoispha
2024-01-06docs(sys/nixpkgs/pkgs/ytc): Slightly improve error outputSoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc): Wrap programSoispha