An open API service indexing awesome lists of open source software.

https://github.com/bormoge/spinosum

Scripts to download repository URLs.
https://github.com/bormoge/spinosum

codeberg github gitlab javascript script

Last synced: 6 days ago
JSON representation

Scripts to download repository URLs.

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/github/license/bormoge/spinosum)](https://github.com/bormoge/spinosum)

# spinosum
Scripts to download repository URLs.
This is a sister project of [sideroxylon](https://github.com/bormoge/sideroxylon) made to easily download repository URLs.

### Table of Contents
- [Introduction](#introduction)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Contributions](#contributions)
- [License](#license)

## Introduction
The purpose of these scripts is to help me easily acquire repository URLs for my project [sideroxylon](https://github.com/bormoge/sideroxylon).
This repository has been tested on GitHub, GitLab, Codeberg, and SourceHut using the [Mozilla Firefox](https://www.firefox.com/) browser.

## Requirements
- [Violentmonkey](https://github.com/violentmonkey/violentmonkey)

## Installation
1. To use this repository, you need to install the extension [Violentmonkey](https://github.com/violentmonkey/violentmonkey) for Mozilla Firefox.
2. Once installed, you need to choose the option 'Create a new script' and paste the contents of the selected script.
3. The script should activate automatically every time you access GitHub / GitLab / Codeberg / SourceHut.

## Usage
1. Go to GitHub / GitLab / Codeberg / SourceHut.
2. Once there, you will see a red button.
3. Click the red button to download any GitHub / GitLab / Codeberg/ SourceHut repository you have already visited in your current browser session. By default, the file will have a [.org](https://orgmode.org/) extension.
4. Click the blue button to clear the cache generated by spinosum.

## Contributions
Issues, pull requests, and forks are welcome.

Here is a tentative list of things to consider when contributing:

* When making a pull request, make sure the commits adhere to the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification.
* Make sure commits are modular; one feat/fix/doc/etc at a time.

## License

SPDX-License-Identifier: GPL-3.0-or-later

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .