Skip to content

jackyliang/write-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Write

Introduction

Write allows you to create and edit journal entries directly from the command line using your favorite text editors like vim, Sublime Text, TextMate, and way more. Each entry is automatically named with today's date, so you can just focus on what's important, that is, write!

Usage

$ write

Just write. It's embarrassingly simple.

Installation

  1. Clone it

    git clone https://github.com/jackyliang/write-cli.git

  2. Open write-cli.sh and edit your default editor and save path

    alias EDITOR="vi"

    SAVE_PATH="$HOME/Desktop/Entries"

  3. Optional but recommended aliasing in your .profile

    alias write=". ~/write-cli/write-cli.sh"

About

Just write. It's embarassingly simple.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages