[FEATURE] Add support to history dump #5

Closed
opened 2024-03-04 21:10:40 +01:00 by marco · 0 comments
Owner

Add a new function that, when enabled, will write all the new commands and outputs on a file. The file is chosen by the user. Example:

$ dc
5
[ history.txt ] H
4 + p
9 
q
$ cat history.txt
4 + p
9
Add a new function that, when enabled, will write all the new commands and outputs on a file. The file is chosen by the user. Example: ``` $ dc 5 [ history.txt ] H 4 + p 9 q $ cat history.txt 4 + p 9 ```
marco self-assigned this 2024-03-04 21:10:40 +01:00
marco closed this issue 2024-03-14 08:45:39 +01:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: marco/dc#5
No description provided.