note-cli

command module
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2024 License: MIT Imports: 1 Imported by: 0

README

Note cli

Introducing Note Cli

Note CLI is a tool that allows users to create or open notes without ever leaving the terminal. If you're someone like me who lives in the terminal and is obsessed with note-taking, this might be the perfect tool for you.

Whether you’re using Nvim or Obsidian, this utility helps you create notes on the fly without losing focus losing focus.

Table of Contents

Install

Binary Installation

go install github.com/MovieMaker93/note-cli@latest

This installs a go binary that will automatically bind to your $GOPATH

Building and Installing from Source

Clone the Note-Cli repository from GitHub:

git-clone https://github.com/MovieMaker93/note-cli

Build the Note-Cli binary:

go build

Install in your PATH to make it accessible system-wide:

go install

Verify the installation by running:

note-cli version

Environment Configuration

You can set up your own Vault path, Daily note directory, New note defualt directory and date format via Environment variables. You can find a full example inside .env file.

A brief description:

  • DAILY_PATH: Define your directory where you put your daily note in Obsidian
  • NEW_NOTE_PATH: Define your directory where you put your new note in Obsidian (consume or refine)
  • VAULT: Define your absolute Obsidian Vault path
  • DATE_FORMAT: Define your date format. 02-01-2006 for the standard UTC Europe, for US 2006-01-02.

Commands

You can also use the provided flags to set up a project without interacting with the UI.

go-blueprint create --name my-project --framework gin --driver postgres --git commit

See go-blueprint create -h for all the options and shorthands.

Documentation

Overview

Copyright © 2024 NAME HERE <EMAIL ADDRESS>

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL