Skip to content

URL pad is a link fetcher and saver. It is used to store your links as you copy them and to retrieve them in the future.

License

Notifications You must be signed in to change notification settings

arocketman/URL-pad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-pad

![Gitter](https://badges.gitter.im/Join Chat.svg) Build Status

URL pad is a link fetcher and saver. It is used to store your links as you copy them and to retrieve them in the future.

Features

  • Automatic link saving from clipboard.
  • Save the pad onto the hard drive through json.
  • Sort links by tags.
  • Edit entries .
  • Save a snapshot or image of the page.
  • Sort the list alphabetically or by date Added.
  • Support for multiple pads. Save and load them from any folder.
  • Add loading screen when loading a json.
  • Export pad feature (So that it can be loaded on another computer without losing the images).

TODO

  • Lock a pad, encrypt it and secure it with a password.
  • Background mode, the program won't bother you at every link being saved.
  • Search feature

Dependencies

jsoup, gson. Using Maven :

 <dependency>
    <groupId>org.jsoup</groupId>
    <artifactId>jsoup</artifactId>
    <version>1.8.1</version>
 </dependency>
  <dependency>
    <groupId>com.google.code.gson</groupId>
    <artifactId>gson</artifactId>
    <version>2.3</version>
  </dependency>

Pull requests and issues

Every help is more than welcome! Feel free to open an issue and make your pull request at any time.

About

URL pad is a link fetcher and saver. It is used to store your links as you copy them and to retrieve them in the future.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published