Find a file
Juerd Waalboer 21f35a812e Let ^C interrupt only current command's argument prompts
Also, move the sub `abort` outside the infinite loop because it's just
too weird to have a named global function in a loop; the scope of the
outer lexicals is non-obvious.
2025-01-05 23:57:07 +01:00
contrib Rename revbank.oepl to .revbank.oepl 2025-01-05 01:17:46 +01:00
lib onepaperlink: fix handling of multiple changes 2025-01-05 00:23:34 +01:00
plugins Rename revbank.oepl to .revbank.oepl 2025-01-05 01:17:46 +01:00
t Revert "Handle huge numbers better" 2024-08-28 06:41:02 +02:00
.gitignore Add revbank.stock & voorraad to .gitignore 2019-05-14 18:58:39 +02:00
INSTALLING.md Shorter README.md; moved most to INSTALLING.md 2025-01-05 01:36:28 +01:00
LICENSE Add LICENSE file 2022-10-17 17:19:35 +02:00
README.md Shorter README.md; moved most to INSTALLING.md 2025-01-05 01:36:28 +01:00
revbank Let ^C interrupt only current command's argument prompts 2025-01-05 23:57:07 +01:00
revbank.accounts Add 'void' command 2023-01-19 05:26:58 +01:00
revbank.market Add 'void' command 2023-01-19 05:26:58 +01:00
revbank.plugins nomoney plugin 2024-11-17 02:52:38 +01:00
revbank.products Update URL 2024-12-26 06:10:51 +01:00
UPGRADING.md Update UPGRADING.md 2024-12-26 03:08:56 +01:00

revbank - Banking for hackerspace visitors

Installing RevBank

For new installations, refer to INSTALLING.md.

Upgrading RevBank

When upgrading from a previous version, please refer to the file UPGRADING.md because there might be incompatible changes that require your attention.

Using RevBank (for end users)

Type help.

Exiting revbank

Exiting is not supported because it's designed to run continuously on its main terminal. But if you run it from a shell, you can probably stop it using ctrl+Z and then kill the process (e.g. kill %1). RevBank does not keep any files open, so it's safe to kill when idle.

Documentation

End-user documentation is provided through the help command. For RevSpace visitors, some additional end-user documentation is available in Dutch at https://revspace.nl/RevBank.

RevBank can be used without RTFM, but some documentation is provided to describe the inner workings in more detail:

The plugins are mostly undocumented, but some have useful hints in the source files, and some have actual documentation:

Note: internal links between POD files are all broken in GitHub's rendering, because GitHub wrongly assumes that every Perl package lives on CPAN.