Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psycojoker/ulr
https://github.com/psycojoker/ulr
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/psycojoker/ulr
- Owner: Psycojoker
- License: gpl-3.0
- Created: 2014-07-28T02:08:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T02:08:40.000Z (over 10 years ago)
- Last Synced: 2024-04-16T18:01:45.616Z (7 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
Url List Viewer
===============
URL is a minimaliste browser that aim to move threw a list of urls that are in
a file. It has been created to serves as a viewer for newsbeuter.Installation
------------
ULR need python 2.6, pygtk, gobject and pywebkit for gtk.Usage
-----
Simply put some urls into the file "urls" in the same dir that ULR then launch
it.
If you give ULR a command line arg it will put it into the urls file.Also, it's not very optimised, if you want to speed this up write a .sh file
containing a shebang a "echo $1 >> /path/to/urls"Shortcut
--------
* esc/q - quit without saving the progress in the list
* n/space - move to the next url in the list
* b/p - move to the previous url in the list
* r - reload the current page
* s - save the current position in the list (remove the already seen url from
the urls file)
* S - same as s but quit just after
* y - paste the url into the xclipboard (need xclip)
* f - send the url to firefox (need firefox install)
* B - save the url of the current website into a "bookmarks" fileGet the last version
--------------------git clone git://git.worlddomination.be/python/ulr.git Remarques