Jotting down notes.
Project description
aeris
A command-line tool for jotting down notes, backed by a PostgreSQL database.
Installation
pip install aeris
Configuration
Create ~/.aeris.json:
{
"database_url": "postgresql+psycopg://user:password@localhost/aeris"
}
Then initialize the database:
aeris reset-db
Usage
aeris add # open $EDITOR to write a note
aeris list # list recent notes
aeris list --last "2 hours" # notes from the last 2 hours
aeris display [id] # display note(s) in full
aeris delete <id> # delete a note
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aeris-0.1.0.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
aeris-0.1.0-py3-none-any.whl
(5.2 kB
view details)
File details
Details for the file aeris-0.1.0.tar.gz.
File metadata
- Download URL: aeris-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3f28a296ac4fb7ec3b58ba24d99eacbef3ad5dc6df7e3909752e869ebc64c81
|
|
| MD5 |
6b30f74b5fff7df451a33daf620a91bb
|
|
| BLAKE2b-256 |
398a3074b282b05840eb6b77454c040eabbc68f1c566a5e914f6d743b544bdac
|
File details
Details for the file aeris-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aeris-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26cef4ed48d8c88a8124a7cc433305958ed81fd89bf56a58d8c32c5ca9aa54ff
|
|
| MD5 |
779f184b928a711c295566905dc0b607
|
|
| BLAKE2b-256 |
7a101e7bf1d530d53cd103796c7a7f16cf56dd6968fb85c942ff06268ae0ff80
|