-
-
#TIL
til add ?
整合成一张 MD?
-
Files with extension .slint are used by slint framework e.g. - https://github.com/slint-ui/slint/blob/v1.3.2/examples/slide_puzzle/slide_puzzle.slint
```
struct Piece {
// col/row position of …
-
It would be nice if tokei could count typst files!
-
With the following code:
```rs
let mut languages = Languages::new();
languages.get_statistics(&["myfolder"], &["/secrets"], &Config::default());
```
you would expect `myfolder/secrets` to be …
-
It would be nice to be able view the ratio of different kinds of code in a project, to get an overview.
-
It would be interesting to compare program complexity (of which LOC is some sort of measure) to the energy and time usage.
void4 updated
2 years ago
-
Hi, when using tokei, file that include multiple language are not counted in the total.
I'm not sure if this is a bug or it has been intended that way.
Here is a vue project I work on, only 124 l…
-
Hi, I recently set up an apt repository at https://apt.cli.rs with the goal to host a central repository for cool Rust cli tools. I'd love to add tokei to the repo. To make that happen I believe the o…
-
Hello, would it be possible to port `trust` to GitHub Actions? Either as an alternative or replacing the current scripts. It would be nice for downstream repositories to be able to transition to GitHu…