Skip to main content

No project description provided

Project description

devjournal

Terminal-based journal for developers.

Table of Contents

Installation

pip install devjournal

Optional configuration

Directory

The default directory for storing configuration and journal entries is ~/.devjournal. This can be overridden with the DEVJOURNAL_DIR environment variable.

Git synchronization

Optionally, run dj setup to specify a Git repo and branch to be used for syncing. It is required that

  • you have ssh access to the server,
  • the repo has at least one commit already, and
  • you have push rights on to the specified branch.

Editor

If running on Windows, consider setting the environment variable EDITOR to an editor of your choice, to make devjournal use that editor when editing journal entries.

Usage

Adding new journal entry

$ dj add

This command will open the entry in the editor specified by the environment variable EDITOR. If that variable is not set, it will use the start command instead, which on Windows opens the editor for .txt files (by default Notepad).

Alternatively, you can add the text of the entry directly on the command line:

$ dj add This is my journal entry

Listing

Listing all entries

$ dj log
1 | 2022-12-25 16:15:56.536078 | add hello world

Listing only entries containing any of the search terms

$ dj find hello
1 | 2022-12-25 16:15:56.536078 | add hello world

Editing

Editing a journal entry

$ dj edit 1

Amending the last journal entry

$ dj amend

Deleting a journal entry

$ dj delete 1

Developing

# Setup pre-commit and pre-push hooks
hatch run pre-commit install -t pre-commit
hatch run pre-commit install -t pre-push

Running tests

hatch run cov

Roadmap

  • Remove requirement for having the remote repo having at least one commit
  • Speed up by not syncing with Git all the time
  • Replace find and log with a browser
    • Features:
      • filtering entries by text
      • filtering entries by
      • options for selecting a certain entry
      • editing the selected entry
    • Can textual be used?
      • textual does not work very well in the vscode terminal, so perhaps not.
  • Investigate if multiple entries from the same day should be combined under the same heading, and if so if they should only show the date and not the time.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devjournal-0.7.tar.gz (10.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

devjournal-0.7-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file devjournal-0.7.tar.gz.

File metadata

  • Download URL: devjournal-0.7.tar.gz
  • Upload date:
  • Size: 10.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.0

File hashes

Hashes for devjournal-0.7.tar.gz
Algorithm Hash digest
SHA256 b47b77d55a564204fd6ac4cf9a6aad920db46f8f05c04dad738d63b6532cd3dd
MD5 542067a397ef11fca619e2ed75aa32a1
BLAKE2b-256 6b11bc5efa1940a12c246a3c0df8ffec90a93639ae8732144631347ff990f076

See more details on using hashes here.

File details

Details for the file devjournal-0.7-py3-none-any.whl.

File metadata

  • Download URL: devjournal-0.7-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.23.0

File hashes

Hashes for devjournal-0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 fe63d411a809da63d0f996e9361d69bf36bcca41fb3e4215fa125fcf221577c4
MD5 4e38f6562838374defed633d07f3becf
BLAKE2b-256 69b4fef7f1440b9ff76f54933f6b2a7c4319c2dad3f50ed87b12cf1cd2ef1915

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page