dominikbraun / timetrace

A simple CLI for tracking your working time.
Apache License 2.0
665 stars 75 forks source link

BUG: failed to edit project: fork/exec /usr/bin/nano: no such file or directory #235

Open fredsco opened 10 months ago

fredsco commented 10 months ago

After creating a project, my goal is to edit the project to make it billable by default. To achieve this, I execute the command:

timetrace edit project test

However, I encounter the following error:

❗ Failed to edit project: fork/exec /usr/bin/nano: no such file or directory

When I run the command timetrace get project test, the "test" project does appear in the list of keys, indicating that it exists.

The project was initially created using the command:

timetrace create project test

The timetrace utility was installed via Snap on a system running Fedora 39.