An open API service indexing awesome lists of open source software.

https://github.com/sudodios/codewalker

A desktop software for analyzing your source codes and projects, made with compose desktop (taken from Tokei library)
https://github.com/sudodios/codewalker

code-analyzer compose-desktop compose-multiplatform desktop kotlin rust-lang tokei

Last synced: 6 months ago
JSON representation

A desktop software for analyzing your source codes and projects, made with compose desktop (taken from Tokei library)

Awesome Lists containing this project

README

          


app-icon

CodeWalker


A desktop software for analyzing your source codes and projects, made with compose desktop (taken from Tokei library)


linux
linux
kotlin
openjdk

### ๐Ÿ“ท Screenshot
screenshot

### ๐Ÿš€ Features
> - Super fast (based on [Tokei](https://github.com/XAMPPRocky/tokei) library written in Rust)
> - Count all project line of codes
> - Supporting over 150 languages, and their various extensions
> - Size of project on your device disk
> - You can search in founded languages
> - You can sort by line of file,codes,comments,blanks

### ๐Ÿ“ฅ Installation
> You can download for linux (tested on ubuntu 20,22) & windows (tested on 10,11) from [Releases Page](https://github.com/SudoDios/CodeWalker/releases)

### ๐Ÿ”ง Build
> - Install rust-lang correctly on your device
>
> `note : on windows you need to install visual studio c++ build tools`
> - Install jdk version 17 on your device
> - `git clone` the [project](https://github.com/SudoDios/CodeWalker.git) on your device
> - `cd CodeWalker`
> - `./gradlew run`
> - Gradle automatically build all dependencies

## ๐Ÿงพ License
Copyright (C) 2023 SudoDios
http://www.apache.org/licenses/LICENSE-2.0