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

Amending the last journal entry

$ dj amend

Showing all entries

$ dj log
2022-12-25 16:15:56.536078

add hello world

Show only entries containing any of the search terms

$ dj find hello
2022-12-25 16:15:56.536078

add hello world

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.4.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

devjournal-0.4-py3-none-any.whl (8.6 kB view hashes)

Uploaded Python 3

Supported by

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