This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Lines of code v 1.4.3 - Jothin kumar
Installation instructions:
- Download and install the attached DEB package.
- Run
lines-of-code setup
in terminal. - Run
lines-of-code --help
to get started.
Release notes:
Lines of code can be used in GUI or in a CLI. Using GUI is recommended.
GUI version.
- Multi threads: Repositories are analyzed with multiple threads for faster results. The maximum thread is 5 by default and can be changed if required.
- Adding a repository: Repositories can be added manually or can be imported from a GitHub user / organization. (GitHub access token supported).
- Adding data: Repositories, Emails and GitHub user / organizations can be added by double clicking and can be deleted with
del
key. - Color coding for Repositories:
- Red: Not analyzed, queued.
- Yellow: Analyzing.
- Green: Analyzed successfully.
CLI version:
- Multi threads: Repositories are analyzed with multiple threads for faster results like in GUI version. However, there is no maximum thread support. Therefore, GUI version is strongly recommended for large amount of repositories.