-
Notifications
You must be signed in to change notification settings - Fork 2
Introduction #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
daivshala
wants to merge
7
commits into
Readit-Project:master
Choose a base branch
from
daivshala:docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Introduction #3
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a7a749c
Introduction added
daivshala 528b545
introduction added
daivshala 96bba89
Introduction
daivshala c4b269d
Updated
daivshala 2884262
Add Index
daivshala c6fe674
Updated Index
daivshala 4ab3014
Updated index
daivshala File filter
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.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Introduction To Readit Command Line Tool | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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) | ||
| * [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 not shown.
Binary file not shown.
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Introduction To Readit Command Line Tool | ||
|
|
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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