https://github.com/decaf-dev/second-brain-scripts
Shell scripts for managing a second brain
https://github.com/decaf-dev/second-brain-scripts
Last synced: 6 months ago
JSON representation
Shell scripts for managing a second brain
- Host: GitHub
- URL: https://github.com/decaf-dev/second-brain-scripts
- Owner: decaf-dev
- License: mit
- Created: 2022-11-12T22:01:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T07:55:26.000Z (over 3 years ago)
- Last Synced: 2025-09-01T07:58:26.497Z (6 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# second-brain-scripts
Shell scripts for managing a second brain
## Usage
### Import markdown notes from Android
Pulls all markdown files `*.md` from a specific folder on a Android device and then merges these files into a destination folder. After merging, the remote markdown files are deleted.
I use this script to pull daily notes from my Obsidian.md vault on my Android phone and merge them into my logseq journals folder.
```bash
# Usage
./import_markdown_from_android.sh
```
```bash
# Example
# Append all of my daily obsidian vault files to my logseq vault
./import_markdown_from_android.sh /sdcard/documents/obsidian_vault /users/trey/logseq_vault/journals
```