home.social

#tokei — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tokei, aggregated by home.social.

fetched live
  1. Is Linux Kernel 7.2 really 43 million lines? We verified the count with wc, cloc, tokei, and scc tools and explain why the results differ.

    Full breakdown here: ostechnix.com/linux-kernel-7-2

    #Kernel72 #Linux #43million #Sourcecode #Statistics #Opensource #cloc #tokei #scc

  2. Is Linux Kernel 7.2 really 43 million lines? We verified the count with wc, cloc, tokei, and scc tools and explain why the results differ.

    Full breakdown here: ostechnix.com/linux-kernel-7-2

    #Kernel72 #Linux #43million #Sourcecode #Statistics #Opensource #cloc #tokei #scc

  3. In case anyone else was wondering what looked like in terms of languages used, here is the result of 25 minutes of tokei running at 100% on all cores. I don't even know if this is readable after being compressed by Mastodon :blobcatdunno:

  4. More #Rust #CLI #tools:
    #navi ⬅️ man+fzf
    #hyperfine ⬅️ benchmarking
    #czkawka ⬅️ duplicates finder
    #mdcat ⬅️ markdown render
    #tectonic ⬅️ latex engine
    #grex ⬅️ RE generator
    #watchexec ⬅️ run commands on file modifications
    #xh ⬅️ httpie
    #just ⬅️ command runner
    #tokei ⬅️ cloc
    #sd ⬅️ sed
    #amber ⬅️ sed
    #dua ⬅️ ncdu
    #pueue ⬅️ parallel

  5. is a fast code counter.

    Tokei is a program that goes through directories or individual files and counts the lines of code in each source file. Tokei parses code quickly and can separate blank lines, comments, and actual code for an accurate count. Tokei can output statistics in several formats, including a tabular format and .

    Website 🔗️: github.com/XAMPPRocky/tokei