summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorOliver Ford2020-10-03 22:31:37 +0100
committerOliver Ford2020-10-03 22:31:37 +0100
commit7f618325236357b5fc2dc890925813ff4d5803b3 (patch)
tree551fd0196f61423143bd00b782432f1b31dc70e9 /README.md
parent63ef1a94454dde57220e9a533767637ac7d067e8 (diff)
downloadaur-7f618325236357b5fc2dc890925813ff4d5803b3.tar.gz
Turn AUR remote into packaging-only fork
Seems you're really not supposed to have PKGBUILD in the project's own repo - subdirectory's not allowed etc. I'll keep it, but fork AUR's version here, and then treat it as if a different project entirely from a releasing perspective.
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index d8ccecefefcb..000000000000
--- a/README.md
+++ /dev/null
@@ -1,18 +0,0 @@
-# rofi-gh
-
-Allows you to get GitHub in [rofi](//github.com/davatorium/rofi).
-
- - List issues in your repositories and open them (`rofi-gh-issues`)
- - Looking for something else? Issues & PRs welcome :)
-
-## Usage
-
-Ensure the scripts you wish to use are somewhere on your `$PATH` (for example, `/usr/local/bin/rofi-gh-issues`) and run `rofi -show '<prompt>:<script>'` (`rofi -show 'GH:rofi-gh-issues'`).
-
-### rofi-gh-issues
-
-This one was my initial motivation for `rofi-gh`, so that I could sit down in the mood to work on something, but with nothing particular in mind, and see what issues I have open in my repositories. For that reason, the default (and presently only) query is:
-
- - [`user:@me is:open`](//github.com/issues?q=user%3A%40me+is%3Aopen) (default)
-
-But I'm certainly open to adding configuration if you have other use-cases/desires (open an issue or PR).