Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 396 Bytes

bearc

: 태그를 이용해 베어에서 노트들을 추출하는 커맨드라인 프로그램

# 해당 태그를 가진 노트들을 입력한 위치에 마크다운 형태로 가져오기
bearc --outputPath path/to/directory --tags "public, press"
bearc --outputPath . --tags public
bearc -o path/to/directory -t "public, press"

install

make build
make install