klaudiosinani / klaudiosinani/taskbook

Don't hide taskbook directories

Open
#81 3 comments 5 reactions 0 assignees View on GitHub
feature request
Dominant language
JavaScript
Stars
9.3k
Forks
393
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**

Taskbook stores its metadata under `~/.taskbook/`, e.g.

* `~/.taskbook/.archive`
* `~/.taskbook/.storage`

If configure my taskbook config to point to say, `/Users/me/google drive/taskbook`, it will create the `.archive` and `.storage` folders in there.

As they are hidden, the google drive client won't sync them

**Describe the solution you'd like**

Under the taskbook directory, all data within should not be hidden

e.g.

```
/Users/me/google_drive/taskbook/archive
/Users/me/google_drive/taskbook/storage
```

Contributor guide

Open the contributing guide

Research direction

Locate the code that creates the configured taskbook directory's `.archive` and `.storage` entries. Start by tracing how the storage paths are assembled, then verify that a configured directory such as `/Users/me/google_drive/taskbook` contains visible `archive` and `storage` directories and that existing task and note data remains usable.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.