Giter Site home page Giter Site logo

todo.sh's Introduction

todo.sh

Get sh*t done now, organize later!

How to use this repo

  1. Clone the repo $ git clone [email protected]:matthewfollegot/todo.sh.git and cd into the project $ cd todo.sh/
  2. Ensure you have Bash > 4.0 installed, see here for more details
  3. Have fun with the todo list by running ./add.sh <item-to-add> to add an item, ./remove.sh <item-to-remove> to remove an item, ./todo.sh to print the contents of the todo list and ./clear.sh to clear the todo list

Upgrading Bash

  1. Open up a terminal and check your current version of Bash $ bash --version or $ echo ${BASH_VERSION}. If it's > 4.0, you don't need to proceed with installing a newer version of Bash
  2. brew install bash
  3. To verify the installation, $ which -a bash should give:
        /usr/local/bin/bash
        bin/bash
    
    where /usr/local/bin/bash is the new version that's been installed
  4. You can verify this with $ /usr/local/bin/bash --version which should be > 5.0 and $ /bin/bash --version which should be 3.2.57 from 2007 ๐Ÿ˜‚
  5. Whitelist (add the new version of bash to the list of trusted shells) with $ sudo vim /etc/shells and add /usr/local/bin/bash to the the file
  6. Set the default shell to use the newer version of Bash $ chsh -s /usr/local/bin/bash
  7. Restart the shell and echo ${BASH_VERSION} should now give 5.0.0(1)-release or greater

a todo list for todo.sh

  • minimal todo list API implementation (add, delete, print)
  • persistence upon shell termination
  • Makefile for rapid testing
  • item toggles on todo list
  • reminders based on duration of task

todo.sh's People

Contributors

matthewfollegot avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.