settle 0.39.10

CLI tool for managing a digital Zettelkasten
1
2
3
4
5
6
7
8
9
10
# Moving notes from project to project

You can move all notes whose title matches a regex to a certain project if you
so wish. The command for that is:

```
settle --move <REGEX> --project <PROJECT>
```

If the destination project doesn't exist already, then it's created on-spot.