- Description
- Dependencies
- Setup
- Run this project
- Features
- To Do
- Feature Requests
- Contribute to this Project
- Contributors
A simple Python script to save URLS of all open tabs across multiple windows in a single text file.
Project is created with:
- Python version: 3.6.8
- Pathlib library
- lz4
If the above depedencies are already install on your system, skip to Run this project.
If not installed, proceed with the installation steps below.
Follow the instructions in this Github gist for your system.
Or do as follows:
$sudo apt-get install python3-pip
$sudo pip3 install virtualenv
$virtualenv -p python3.6 url_env
Once virtualenv
is installed, activate it using
$source url_env/bin/activate
$pip install pathlib
$pip install lz4
To run this project, fork and clone this repository. (Donot forget to star this repository if you like the project :P)
Execute this script from the terminal/command line using
$ python save_urls.py
You will be prompted for the following:
- Save Links to a file
- Open saved files on a Browser Window
Enter your choice.
- Provision for automatic saving of all URLs hassle-free
- Opens saved URLs in a specified file on the browser tab
- Add GUI, if possible
- Add screenshots/GIFs of the working
Please open an issue titled '[Feature Request]' and provide as much details as possible for what you'd like as a feature.
Any suggestions to make this project better is welcomed! :)
To contribute to this Project, follow these steps:
- Fork this repository.
- Create a branch:
$ git checkout -b <branch_name>
- Make your changes and commit them:
$ git commit -m <commit_message>
- Push to the original branch:
$ git push origin <project_name>/<location>
- Create the pull request
Alternatively see the GitHub documentation on creating a pull request.
This project is developed and maintained by @dvlpsh.
This project uses the MIT LICENSE.