rappeltout

command module
v0.0.0-...-4d7794e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2025 License: EUPL-1.2 Imports: 13 Imported by: 0

README

Rappeltout

Rappeltout is a small program allowing you to be prompt about something you want to remember. It stores the data using the pbkdf2 algorithm with 600,000 iterations and sha256 (following the OWASP recommendations).

Installation

You can get Rappeltout through two channels. The first one is by cloning the current directory:

git clone https://codeberg.org/maiste/rappeltout
cd rappeltout
go build
go install

The second one is by using go install:

go install codeberg.org/maiste/rappeltout

Usage

⚠ The project only works on Linux and is used for my personal needs.

Rappeltout is pretty simple to use. You just need a configuration file with:

{
  "message": "the message you want to be asked about",
  "salt": "a random salt",
  "exportedTo": "/path/to/file/to/store/data"
}

Then, run the command bellow and it should prompt for instruction:

rappeltout

By default, rappeltout will be using the ~/.config/rappeltout/config.json file to find the configuration. Otherwise, you can specify the configuration path with --config <path>, e.g:

rappeltout --config /path/to/new/config

License

(C) EUPL license - Étienne Marais self@maiste.fr

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL