Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/autolisp-language
https://github.com/dtgoitia/autolisp-language
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dtgoitia/autolisp-language
- Owner: dtgoitia
- Created: 2021-02-15T09:47:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T10:55:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-28T13:55:49.101Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Quick start
Scan dates:
```shell
gpy scan date path/to/file/or/dir
```Edit file metadata
```shell
gpy meta file path/to/file/or/dir
```## Install
Repository developed using Python 3.9.
```shell
make install
```Assumption: `exiftool` is already installed.