Skip to content

harrisonmalone/bookmark_terminal_app_ft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookmarking Terminal App

GitHub

https://github.com/harrisonmalone/bookmark_terminal_app_ft

Installation and Setup

  1. Install ruby, we recommend using asdf

  2. Install git

  3. git clone the app to your home directory

git clone https://github.com/harrisonmalone/bookmark_terminal_app_ft.git ~/bookmark_terminal_app_ft
  1. Run the setup executable file
~/bookmark_terminal_app_ft/bin/setup
  1. Open your .bash_profile in a text editor

  2. Add this line

export PATH=$PATH:$HOME/bookmark_terminal_app_ft/bin
  1. Restart your terminal to make sure .bash_profile loads the app into your PATH

  2. Run the bookmarks executable to start the app

bookmarks

Software Development Plan

Features

Outline of User Interaction

  • The user can learn about how to interact with the app using the help options
  • They can also see all the available functions of the app via the menu, the menu is using the tty-prompt gem to ensure it's legible and much easier to use instead of just taking in raw user input
  • Error are handled with control flow
    • An example of error handling is...

Project Management

I used Trello to manage the different tasks that needed to be done.

Here is a link to my board.

Diagram

Tests

Here is a link to my testing spreadsheet.

If you use RSpec you can say...

To run tests run:

rspec spec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages