1
0
Fork
You've already forked please_code_count
0

2025年07月12日 - 2026年07月12日

Overview

9 active pull requests
29 active issues
Excluding merges, 1 author has pushed 15 commits to main and 46 commits to all branches. On main, 46 files have changed and there have been 5471 additions and 1205 deletions.

2 releases published by 1 user

Release v0.2.0 v0.2.0 2025年12月18日 13:08:45 +01:00

Tag v0.1.0 2025年11月12日 14:34:55 +01:00

9 pull requests merged by 1 user

Merged #33 Adding feature for outputting as CSV 2025年12月18日 11:50:17 +01:00

Merged #32 Implemented JSON output instead of table 2025年12月09日 23:24:25 +01:00

Merged #31 Added online documentation 2025年11月26日 08:21:17 +01:00

Merged #27 feature-color-support 2025年11月24日 13:58:49 +01:00

Merged #26 Implement option to set which columns are shown. 2025年11月23日 03:26:26 +01:00

Merged #24 16-feature-implement-flag-sort-columns 2025年11月21日 09:10:15 +01:00

Merged #23 18-fix-digit-render-1000-and-fix-showing-empty-unknown 2025年11月18日 16:59:36 +01:00

Merged #12 Implemented build a RPM package from this project 2025年11月17日 13:08:36 +01:00

Merged #10 Implemented generation of shell completion (bash, zsh, fish) and manpage. Also wrote release build process in a just recipe 2025年11月14日 14:50:52 +01:00

17 issues closed from 1 user

Closed #15 Add target for musl under x86_64, aarch64 and RISC-V 2025年12月22日 11:24:47 +01:00

Closed #14 Establish a homebrew formular for this application within a self maintained tap 2025年12月22日 10:20:00 +01:00

Closed #13 Establish arch packages for the application 2025年12月21日 13:35:57 +01:00

Closed #21 Allow exporting as cvs format instead of as text table 2025年12月18日 11:50:45 +01:00

Closed #3 Allow output of CLI Tools as JSON 2025年12月09日 23:25:06 +01:00

Closed #28 Add version flag 2025年11月26日 08:22:05 +01:00

Closed #29 Include link to this repository, author and license into the help page. 2025年11月26日 08:21:57 +01:00

Closed #4 Create extensive online documentation, man page and help page 2025年11月26日 08:21:42 +01:00

Closed #5 Implement coloring of programming language 2025年11月24日 14:00:41 +01:00

Closed #17 Allow setting which fields are shown 2025年11月23日 03:26:56 +01:00

Closed #22 Add completion and roff page aka man page as checked snapshot. 2025年11月21日 09:12:46 +01:00

Closed #16 Feature: Allow setting on which fields is the language list sorted in which order. 2025年11月21日 09:11:42 +01:00

Closed #18 Only 3 digits after the point for the byte size should be rendered if byte unit is set to 1000 2025年11月18日 17:00:19 +01:00

Closed #7 Implement build process for common binrary package formats for Linux 2025年11月17日 13:10:43 +01:00

Closed #6 Document building project locally with according justfile recipe 2025年11月14日 14:53:06 +01:00

Closed #1 Implement generation of man page 2025年11月14日 14:52:34 +01:00

Closed #2 Implement completion for command shells 2025年11月14日 14:52:09 +01:00

29 issues created by 1 user

Opened #1 Implement generation of man page 2025年11月12日 14:59:02 +01:00

Opened #2 Implement completion for command shells 2025年11月12日 15:00:43 +01:00

Opened #3 Allow output of CLI Tools as JSON 2025年11月12日 15:01:11 +01:00

Opened #4 Create extensive online documentation, man page and help page 2025年11月12日 15:01:51 +01:00

Opened #5 Implement coloring of programming language 2025年11月12日 15:02:28 +01:00

Opened #6 Document building project locally with according justfile recipe 2025年11月12日 15:05:19 +01:00

Opened #7 Implement build process for common binrary package formats for Linux 2025年11月12日 15:06:43 +01:00

Opened #8 CI for running just test before reviewing a pull request 2025年11月12日 15:11:33 +01:00

Opened #9 CI to make release on tag pushed 2025年11月12日 15:14:10 +01:00

Opened #11 Add integration tests on bigger other repos for stress testing this application in single and multi thread mode 2025年11月14日 14:54:35 +01:00

Opened #13 Establish arch packages for the application 2025年11月17日 13:02:19 +01:00

Opened #14 Establish a homebrew formular for this application within a self maintained tap 2025年11月17日 13:03:03 +01:00

Opened #15 Add target for musl under x86_64, aarch64 and RISC-V 2025年11月17日 13:19:02 +01:00

Opened #16 Feature: Allow setting on which fields is the language list sorted in which order. 2025年11月17日 19:54:25 +01:00

Opened #17 Allow setting which fields are shown 2025年11月17日 19:56:36 +01:00

Opened #18 Only 3 digits after the point for the byte size should be rendered if byte unit is set to 1000 2025年11月17日 19:59:05 +01:00

Opened #19 Allow display of languege types precentage "Data, Markup, Programming Prose" 2025年11月17日 20:02:11 +01:00

Opened #20 Allow option to show languages agerated in groups. 2025年11月17日 20:04:10 +01:00

Opened #21 Allow exporting as cvs format instead of as text table 2025年11月17日 20:09:09 +01:00

Opened #22 Add completion and roff page aka man page as checked snapshot. 2025年11月17日 20:15:02 +01:00

Opened #25 Add linkchecking for Markdown file at project level 2025年11月19日 16:16:01 +01:00

Opened #28 Add version flag 2025年11月24日 13:04:45 +01:00

Opened #29 Include link to this repository, author and license into the help page. 2025年11月24日 13:05:45 +01:00

Opened #30 Implement filtering out based on -linguist-detectable in .gitattributes 2025年11月25日 13:45:26 +01:00

Opened #34 Integrate go-enry as a fallback if linguiest does not work. 2025年12月18日 11:28:09 +01:00

Opened #35 Option to set thread number 2025年12月18日 11:29:19 +01:00

Opened #36 Publish an AUR Package of this application 2025年12月22日 12:36:33 +01:00

Opened #37 Provide a nix package 2025年12月22日 12:58:39 +01:00

Opened #38 Make an alpine package 2025年12月22日 13:17:13 +01:00