Compare commits
2 Commits
0.2.0
...
update_fil
| Author | SHA1 | Date | |
|---|---|---|---|
| ae281624da | |||
|
1bebbcfa42
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -182,9 +182,9 @@ cython_debug/
|
|||||||
.abstra/
|
.abstra/
|
||||||
|
|
||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
|
||||||
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
|
||||||
# and can be added to the global gitignore or merged into this file. However, if you prefer,
|
# and can be added to the global gitignore or merged into this file. However, if you prefer,
|
||||||
# you could uncomment the following to ignore the entire vscode folder
|
# you could uncomment the following to ignore the entire vscode folder
|
||||||
# .vscode/
|
# .vscode/
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
[](LICENCE)
|
[](LICENCE)
|
||||||
[](https://github.com/mdaleo404/filedust/)
|
[](https://github.com/guardutils/filedust/)
|
||||||

|

|
||||||

|

|
||||||
[](https://github.com/mdaleo404/filedust/actions)
|
|
||||||
[](https://pypi.org/project/filedust/)
|
[](https://pypi.org/project/filedust/)
|
||||||
|
|
||||||
# filedust
|
# filedust
|
||||||
@@ -46,7 +45,7 @@ pip install filedust
|
|||||||
|
|
||||||
### From this repository
|
### From this repository
|
||||||
```
|
```
|
||||||
git clone https://github.com/mdaleo404/filedust.git
|
git clone https://github.com/guardutils/filedust.git
|
||||||
cd filedust/
|
cd filedust/
|
||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ description = "Opinionated junk cleaner for dev machines (caches, build artifact
|
|||||||
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/mdaleo404/filedust"
|
homepage = "https://github.com/guardutils/filedust"
|
||||||
repository = "https://github.com/mdaleo404/filedust"
|
repository = "https://github.com/guardutils/filedust"
|
||||||
packages = [{ include = "filedust", from = "src" }]
|
packages = [{ include = "filedust", from = "src" }]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user