File: moving-notes-between-projects.md

package info (click to toggle)
settle 0.40.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,024 kB
  • sloc: makefile: 42; sh: 1
file content (10 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (2)
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.