about summary refs log tree commit diff
path: root/pkgs/profpatsch/nman/nman.rs
Commit message (Expand)AuthorAgeFilesLines
* pkgs/profpatsch/nman: verbose log all found manpages on failureProfpatsch2024-03-041-18/+45
* pkgs/profpatsch/nman: really enumerate (all) manpagesProfpatsch2024-03-041-29/+39
* pkgs/profpatsch/nman: rewrite directory iteration to more imperativeProfpatsch2024-03-031-19/+19
* pkgs/profpatsch/nman: don’t return the full pathProfpatsch2024-03-031-15/+13
* pkgs/profpatsch/nman: move checking man-prefix into enumerateProfpatsch2024-03-031-34/+43
* pkgs/profpatsch/nman: always enumerate all manpagesProfpatsch2024-03-031-17/+19
* pkgs/profpatsch/nman: separate drv building from manpage checkProfpatsch2024-03-031-33/+47
* pkgs/profpatsch/nman: start returning more info from buildProfpatsch2024-03-031-6/+12
* pkgs/profpatsch/nman: initial debug logging & add "doc"Profpatsch2024-03-031-6/+60
* pkgs/profpatsch/nman: run `rustfmt`Profpatsch2024-03-031-136/+191
* pkgs/profpatsch/nman: add a `--verbose` flagProfpatsch2024-03-031-23/+31
* pkgs/profpatsch/nman: put functions into struct contextProfpatsch2024-03-031-153/+160
* pkgs/profpatsch/nman: print all command calls to stderrProfpatsch2024-03-031-14/+98
* pkgs/profpatsch/nman: order functions top-to-bottomProfpatsch2024-03-031-81/+84
* pkgs/profpatsch/nman: move main to topProfpatsch2024-03-031-68/+70
* pkgs/profpatsch/nman: inline dispatch_actionProfpatsch2024-03-031-38/+39
* pkgs/{profpatsch/nman,sternenseemann/rust/temp}: fix rust warningsProfpatsch2024-03-031-10/+9
* pkgs/profpatsch/nman: use unicode replacement characterssternenseemann2021-02-251-1/+1
* pkgs/profpatsch/nman: check all man files for matchessternenseemann2021-02-251-20/+76
* pkgs/profpatsch/nman: check that empty sections are disallowedsternenseemann2021-02-251-3/+4
* pkgs/profpatsch/nman: unit test testable stuffsternenseemann2021-02-251-1/+83
* pkgs/profpatsch/nman: let nix tools inherit stderr handlesternenseemann2021-02-251-12/+25
* pkgs/profpatsch/nman: use 100 for usage errorssternenseemann2021-02-251-2/+2
* pkgs/profpatsch/nman: typo fixessternenseemann2021-02-251-1/+1
* pkgs/profpatsch/nman: clone path instead of resetting itsternenseemann2021-02-251-9/+6
* pkgs/profpatsch/nman: print io::Error for NmanError::IOsternenseemann2021-02-251-5/+4
* pkgs/profpatsch/nman: adjust usage to match man pagesternenseemann2021-02-251-1/+1
* pkgs/profpatsch/nman: fix panic if mandir.len() < 3sternenseemann2021-02-251-1/+1
* pkgs/profpatsch/nman: repurpose old path field in DrvWithOutputsternenseemann2021-02-251-6/+8
* pkgs/profpatsch/nman: move parse_drv_* into implssternenseemann2021-02-251-34/+38
* pkgs/profpatsch/nman: document code furthersternenseemann2021-02-251-0/+54
* pkgs/profpatsch/nman: if no section is given, treat it as unknownsternenseemann2021-02-251-37/+67
* pkgs/profpatsch/nman: use pkgs.sternenseemann.temp for TempDirsternenseemann2021-02-251-42/+6
* pkgs/profpatsch/nman: print context for common error messagessternenseemann2021-02-251-34/+43
* pkgs/profpatsch/nman: reduce and unify exit codessternenseemann2021-02-251-7/+9
* pkgs/profpatsch/nman: mutate PathBuf directly instead of using .join()sternenseemann2021-02-251-5/+4
* pkgs/profpatsch/nman: print errors to stderrsternenseemann2021-02-251-4/+2
* pkgs/profpatsch/nman: prefer out over docsternenseemann2021-02-251-1/+1
* pkgs/profpatsch/nman: check for newline before trimmingsternenseemann2021-02-251-1/+4
* pkgs/profpatsch/nman: don't realise all build outputs for `out`sternenseemann2021-02-251-5/+15
* pkgs/profpatsch/nman: distinguish between failed and missing cmdssternenseemann2021-02-251-4/+7
* pkgs/profpatsch/nman: refactor exit code handling, print error messagessternenseemann2021-02-251-12/+30
* pkgs/profpatsch/nman: fix building of default outputsternenseemann2021-02-251-5/+9
* pkgs/profpatsch/nman: initial rewrite in ruststernenseemann2021-02-251-0/+283
* Revert "modules/user/sternenseemann/sway: fix startup by enabling opengl"sternenseemann2021-02-111-34/+0
* modules/user/sternenseemann/sway: fix startup by enabling openglsternenseemann2021-02-111-0/+34