17 releases

0.7.6 Mar 30, 2024
0.7.4 Oct 10, 2023
0.7.3 Nov 23, 2022
0.6.4 Jan 29, 2021
0.3.0 Jul 20, 2019

#775 in Command line utilities

Download history 27/week @ 2024-02-19 4/week @ 2024-02-26 5/week @ 2024-03-11 124/week @ 2024-03-18 137/week @ 2024-03-25 42/week @ 2024-04-01

308 downloads per month

LGPL-3.0-or-later

23KB
247 lines

R1

Project

  • License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
  • This project follows Semantic Versioning 2.0.0

Features

This project offers a program via bin feature. The program helps run one single instance of any program.

For more details, please run the program with help command.

Currently all features are tested only on Linux. On other Unix systems, the program might or might not work.

Why?

For example, Qt Creator can run multiple instances. Sometimes you don't want that. Unfortunately there's no setting to tell it to run just one single instance.

There are 2 solutions:

  1. You can file a feature request (with a picture of your cat in it), and start praying for it to be accepted.

    This could take some time. But it's probably not one day. It's not 2 days either.

    1 week? Still seems impossible.

    ...

  2. Or,

    You can r1 it, professionally, just like this:

    ~> r1 --target=/usr/bin/qtcreator --app-name='Qt Creator'
    

    Tip: you can find its icon here: https://code.qt.io/cgit/qt-creator/qt-creator.git/

Dependencies

~0–29MB
~366K SLoC