Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/turulomio/save_url
Script to save and url in a single file with an automatic and structured name. It uses monolith as its backend.
https://github.com/turulomio/save_url
onefile save url-store
Last synced: 6 days ago
JSON representation
Script to save and url in a single file with an automatic and structured name. It uses monolith as its backend.
- Host: GitHub
- URL: https://github.com/turulomio/save_url
- Owner: turulomio
- License: gpl-3.0
- Created: 2019-08-28T09:57:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T06:30:13.000Z (about 1 year ago)
- Last Synced: 2023-10-15T17:31:16.310Z (about 1 year ago)
- Topics: onefile, save, url-store
- Language: Python
- Size: 31.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
What is save_url?
=================
It's a script to save and url in a single file with an automatic and structured name. It uses monolith as its backend.Usage
=====`save_url https://www.kde.org`
You will get a file with your current datetime and the title of the page. This is my way of storing interesting things. For example: 20190829 0814 KDE Community Home - KDE.org.html
Linux installation
==================If you use Gentoo, you can find the ebuild in https://github.com/turulomio/myportage/tree/master/www-apps/save_url
For the rest of distributions:
- You need to install monolith from https://github.com/Y2Z/monolith/, setting the binary monolith in your binary path
- pip install save_urlDependencies
============
* https://www.python.org/, as the main programming language.
* https://github.com/Y2Z/monolith/, as the backend to save one url in a single file. Thank you :)
* https://github.com/python-mechanize/mechanize, to get url titleChangelog
=========
0.7.0 (2023-10-14)
------------------
- Improved method to search title
- Code is converted to a python module0.6.0 (2022-11-11)
------------------
- Added --notime parameter to remove date and time in file name0.5.0 (2020-07-08)
-----------------
- [#4] Script asks user if title hasn't been found.0.4.0
-----
- Script now uses mechanize to get web page title.0.1.0
-----
- Basic functionality.