aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
...
* Complete re-structuring so it's easier to installMiquel Sabaté Solà2019-08-221-0/+0
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Tidying upMiquel Sabaté Solà2019-08-222-3/+3
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the `e` scriptMiquel Sabaté Solà2019-02-261-0/+27
| | | | | This is a shortcut to be used for reaching out to the default editor from the CLI. Notice that it also handles the root user.
* Use emacsclient as the default editorMiquel Sabaté Solà2019-01-241-0/+18
| | | | | | | | | I've created a special emacsclient-a-nw executable script which should suffice for places like the gitconfig or bashrc. The good thing about having emacsclient as the default editor, is that then you gain Magit, for example, when writing `git commit`. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updating licensesMiquel Sabaté Solà2019-01-229-10/+10
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the logs command to vpnsetupMiquel Sabaté Solà2018-06-011-7/+12
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added zypper-purgereposMiquel Sabaté Solà2018-03-061-0/+66
| | | | | | | | This zypper subcommand will check which repositories are either disabled or have no packages installed. After that, it will then ask the user whether to purge them or not (default to no). Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added json2yaml.rbMiquel Sabaté Solà2018-01-271-0/+6
| | | | | | This is a simple ruby script that outputs a JSON input as YAML. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: forgot about the license headerMiquel Sabaté Solà2018-01-121-0/+14
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added gen-self-signedMiquel Sabaté Solà2018-01-121-0/+12
| | | | | | | | The `gen-self-signed` utility is a small script to generate self-signed certificates. Sometimes I need to create a pair and I never remember the exact command... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license noticeMiquel Sabaté Solà2018-01-0210-18/+17
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added the xspf_extractor binaryMiquel Sabaté Solà2017-06-071-0/+101
| | | | | | | This simple script copies the files described in an XSPF file into a directory. For now it's quite simplistic and assumes quite a lot of stuff... Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Updated license yearMiquel Sabaté Solà2017-01-016-6/+6
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* emacs: trying to test it with travisMiquel Sabaté Solà2016-10-211-2/+3
| | | | | | | Files and idea taken from https://github.com/purcell/emacs.d. I've also added the bin/test directory into it. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added vpnsetupMiquel Sabaté Solà2016-08-061-0/+86
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: git-fork now follows git conventionsMiquel Sabaté Solà2016-06-021-15/+6
| | | | | | | | Instead of having <upstream>/<branch>, it is now specified as two separate arguments. This fits better into how git handles this stuff in other subcommands. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* Added the `bin` directory and sorted out licensingMiquel Sabaté Solà2016-05-3111-0/+634
Everything is licensed under the MIT license, except what it's inside of the `bin` directory, which is licensed under the GPLv3+ license. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>