https://github.com/hxari/kurina
Command line tool to clear python cache.
https://github.com/hxari/kurina
bash cleaner linux python shell termux ubuntu
Last synced: 3 months ago
JSON representation
Command line tool to clear python cache.
- Host: GitHub
- URL: https://github.com/hxari/kurina
- Owner: hxAri
- License: gpl-3.0
- Created: 2023-12-26T13:06:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T13:36:41.000Z (over 2 years ago)
- Last Synced: 2025-01-30T06:11:12.980Z (over 1 year ago)
- Topics: bash, cleaner, linux, python, shell, termux, ubuntu
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kurīnā
## Table of Contents
* **About**
* **Donate**
* **Usages**
* **Install**
* **Example**
* **License**
## About
Command line tool to clear python cache.
This will fully work on the Linux command line.
## Usages
To use it is very easy, just follow the instructions carefully and carefully.
#### Install
First, please clone this repository
```sh
git clone https://github.com/hxAri/Kurina
```
Change the current working directory
```sh
cd Kurina
```
##### Install as Command
Move Kurina to the binary directory.
```sh
mv main /usr/bin/kurina
```
And then make it as executable
```sh
chmod +x /usr/bin/kurina
```
or install with **update-alternatives** command
```sh
sudo update-alternatives --install /usr/bin/kurina kurina $(pwd)/main 0
```
It will make it as auto mode
## Example
To use it is quite easy, just continue the location of your Python project.
```sh
kurina /path/to/project-name
```
or, clear your current working directory
```sh
kurina
```
## Donate
Give spirit to the developer, no matter how many donations given will still be accepted
[paypal.me/hxAri](https://paypal.me/hxAri)
## Licence
All Kurīnā source code is licensed under the GNU General Public License v3. Please [see](https://www.gnu.org/licenses) the original document for more details.