Skip to content

T4n-Labs/Let-X

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let-X (VUR Helper)

CLI Tool/VUR-Helper untuk mengakses VUR (Void User Repository) dengan Mudah untuk Void Linux, Dan Turunannya.

Features

  • Search package
  • Info Package
  • List Package
  • List Category
  • Get Package

Tree Project

Let-X/
├── letx/
│   ├── __init__.py         → versi app
│   ├── config.py           → semua konstanta (URL, path, TTL)
│   ├── cli.py              → entry point Typer (5 command)
│   ├── repo/
│   │   ├── index.py        → fetch & cache packages.json
│   │   └── fetch.py        → download template via GitHub API
│   ├── ops/
│   │   ├── search.py       → filter & sort packages
│   │   └── info.py         → detail package + status lokal
│   └── utils/
│       └── print.py        → output Rich (tabel, panel, warna)
├── tests/
│   ├── __init__.py
│   └── test_search.py      → 12 unit test
├── vdocs/
│   └── docs.md
├── xbps-template/
│   └── template            → Template XBPS-SRC
├── install.sh              → Script Installation
├── pyproject.toml
└── README.md

Documentation


About

Let-X (VUR-Helper)

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors