Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .README.md.swp
Binary file not shown.
Binary file added .swp
Binary file not shown.
Binary file added Chapter1/.README.md.swp
Binary file not shown.
22 changes: 22 additions & 0 deletions Chapter1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Introduction to Readit Command Line Tool
Readit is command line bookmark manager. It is a command line utility to add, delete, update and display the bookmarks. It is a powerful bookmark manager written in Python. It uses SQLite3 to store the bookmarks.
# Features

Bookmark multiple URLs at a time

Bookmark URL with respective Tags

Search and display Bookmarks by TAG

Display all Bookmarks in table format

Remove a Bookmarked URL

Remove all Bookmarked URLs

Update a Bookmarked URL with specific ID

URL validation

Open URL in browser

2 changes: 2 additions & 0 deletions Chapter1/intro_to_readit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Introduction To Readit Command Line Tool

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
\#Readt
# Readit-Command Line Tool For Bookmark Manager
The [Command](introduction/command.md) is an Order in the form of instruction given by human to tell the computer to do something.

# Command Line
A command line is a space or area to the right of the command prompt on an all-text display mode on a computer monitor in which a user enters commands and data.It provides a means of communication between a user and a computer that is based solely on textual input and output.
Now, first question you may ask you why bother about learning command line ? So, simple answer for this question is graphical user interface for helpful for many task but CLI god for all task,gradually when we use command Line We observe that We able to task on computer much faster that GUI by using Command Line.
# Bookmark
[Bookmark](introduction/bookmark.md) is a internet browser feature that allows to user to store address of website on computer so that the user return to website and accessed easily.
ex. Google Bookmark
21 changes: 21 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Summary

* [Getting Started with Readit](introduction/README.md)

* [Table Of Contents](toc/README.md)
* [Features](features/README.md)
* [Installation](installation/README.md)
* [Dependencies](installation/Dependencies.md)
* [Packages](installation/Packages.md)
* [Release Packages](installation/Release_Packages.md)
* [From Source](installation/From_Source.md)
* [Running Command Line Interface/Library](cmd_lab/README.md)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just write Command Line Library instead of Running Command Line Interface/Library

* [Usage](usage/README.md)
* [Command Line Options](usage/Command_Line_Options.md)
* [Examples](examples/README.md)
* [How to Contribute](contribute/README.md)
* [Project Structure](project_structure/README.md)
* [Flowchart](project_structure/Flowchart.md)
* [Modules](project_structure/Modules.md)
* [Collaborators](collaborators/README.md)

Binary file added _book/.README.md.swp
Binary file not shown.
Binary file added _book/.swp
Binary file not shown.
Binary file added _book/Chapter1/.README.md.swp
Binary file not shown.
22 changes: 22 additions & 0 deletions _book/Chapter1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Introduction to Readit Command Line Tool
Readit is command line bookmark manager. It is a command line utility to add, delete, update and display the bookmarks. It is a powerful bookmark manager written in Python. It uses SQLite3 to store the bookmarks.
# Features

Bookmark multiple URLs at a time

Bookmark URL with respective Tags

Search and display Bookmarks by TAG

Display all Bookmarks in table format

Remove a Bookmarked URL

Remove all Bookmarked URLs

Update a Bookmarked URL with specific ID

URL validation

Open URL in browser

2 changes: 2 additions & 0 deletions _book/Chapter1/intro_to_readit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Introduction To Readit Command Line Tool

674 changes: 674 additions & 0 deletions _book/LICENSE

Large diffs are not rendered by default.

Loading