From 4a2ef15d77d9fe9083a45f271f2aab7004fa0224 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Mon, 5 Nov 2018 13:25:12 +0000 Subject: [PATCH 01/13] Update and rename packages/words to pgen --- packages/words | 4 ---- pgen | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 packages/words create mode 100644 pgen diff --git a/packages/words b/packages/words deleted file mode 100644 index 75d1479..0000000 --- a/packages/words +++ /dev/null @@ -1,4 +0,0 @@ -type = plugin -repository = https://gitlab.com/lusiadas/words -maintainer = hThoreau -description = Display, or send to clipboard, a given amount of random words diff --git a/pgen b/pgen new file mode 100644 index 0000000..9b98423 --- /dev/null +++ b/pgen @@ -0,0 +1,4 @@ +type = plugin +repository = https://gitlab.com/lusiadas/pgen +maintainer = hThoreau +description = A secure passphrase generator. From 13a1c64c3154cd5fe3a4f55808f81179b9613533 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:14:04 +0000 Subject: [PATCH 02/13] Update nav --- packages/nav | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/nav b/packages/nav index 1561206..77f2d96 100644 --- a/packages/nav +++ b/packages/nav @@ -1,4 +1,4 @@ type = plugin -repository = https://gitlab.com/lusiadas/nav -maintainer = hThoreau -description = Navigational Assistance with Velocity. Find a directory that matches a given pattern and make it the current working directory. +repository = https://gitlab.com/argonautica/nav +maintainer = Aragon +description = Navigational Assistance with Velocity. In brief, it finds a folder whose name matches search patterns and makes it the current working directory. From f6690a90bc85ebf2aca7970a6baf8a1b28587749 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:15:14 +0000 Subject: [PATCH 03/13] Create contains_opts --- packages/contains_opts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/contains_opts diff --git a/packages/contains_opts b/packages/contains_opts new file mode 100644 index 0000000..b3deec7 --- /dev/null +++ b/packages/contains_opts @@ -0,0 +1,4 @@ +type = plugin +repository = https://gitlab.com/argonautica/contains_opts +maintainer = Aragon +description = Check if the command line contains any of the listed flags. If no flags are listed, it tests if the command line contains any flag at all. From b48e3c8ce1e43956705afca4d153e143d7ae78e9 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:15:58 +0000 Subject: [PATCH 04/13] Update feedback --- packages/feedback | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/feedback b/packages/feedback index fa1031b..227876d 100644 --- a/packages/feedback +++ b/packages/feedback @@ -1,4 +1,4 @@ type = plugin -repository = https://gitlab.com/lusiadas/feedback -maintainer = hThoreau -description = Formatting to display feedback messages, usually in the context of a fish plugin. +repository = https://gitlab.com/argonautica/feedback +maintainer = Aragon +description = A plugin to display feedback messages neatly. Usually used in other plugins. From f49625a17ba84d38fb5b4a65d909954127d75b14 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:16:40 +0000 Subject: [PATCH 05/13] Update insist --- packages/insist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/insist b/packages/insist index 13845f7..00ffe36 100644 --- a/packages/insist +++ b/packages/insist @@ -1,4 +1,4 @@ type = plugin -repository = https://gitlab.com/lusiadas/insist -maintainer = hThoreau +repository = https://gitlab.com/argonautica/insist +maintainer = Aragon description = Repeat the previous command line input, either until it is successful, or for a given amount of attempts. From 1d19e2775bc8cb96f17fc822d7c5c5cfd3695ca7 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:17:18 +0000 Subject: [PATCH 06/13] Delete package_list --- packages/package_list | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 packages/package_list diff --git a/packages/package_list b/packages/package_list deleted file mode 100644 index 2589a35..0000000 --- a/packages/package_list +++ /dev/null @@ -1,4 +0,0 @@ -type = plugin -repository = https://gitlab.com/lusiadas/package_list -maintainer = hThoreau -description = Additional commands to list packages manually installed using apt From a84f0e4d963e4b7d739a86fc62851beaca54a864 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:17:49 +0000 Subject: [PATCH 07/13] Create list_utils --- packages/list_utils | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/list_utils diff --git a/packages/list_utils b/packages/list_utils new file mode 100644 index 0000000..4afdfe4 --- /dev/null +++ b/packages/list_utils @@ -0,0 +1,4 @@ +type = plugin +repository = https://gitlab.com/argonautica/list_utils +maintainer = Aragon +description = Utility to list manually installed packages upon their installation or removal. From 336e9ffcc33ec71bd49b698a9ab80a726bd41e58 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:18:35 +0000 Subject: [PATCH 08/13] Create min --- packages/min | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/min diff --git a/packages/min b/packages/min new file mode 100644 index 0000000..d6e0502 --- /dev/null +++ b/packages/min @@ -0,0 +1,4 @@ +type = theme +repository = https://gitlab.com/argonautica/min +maintainer = Aragon +description = A minimal prompt for the fish shell. From c073c8fbfdd93942c374c16c8b1c0c30e6b16535 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:19:04 +0000 Subject: [PATCH 09/13] Create otacon --- packages/otacon | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/otacon diff --git a/packages/otacon b/packages/otacon new file mode 100644 index 0000000..a936be4 --- /dev/null +++ b/packages/otacon @@ -0,0 +1,4 @@ +type = theme +repository = https://gitlab.com/argonautica/otacon +maintainer = Aragon +description = A theme optimized for vertical displays. From 581a1b4264d7f263aa42df768a40876f4debf00f Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:19:37 +0000 Subject: [PATCH 10/13] Update publish --- packages/publish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/publish b/packages/publish index e77d11c..9f2e56b 100644 --- a/packages/publish +++ b/packages/publish @@ -1,4 +1,4 @@ type = plugin -repository = https://gitlab.com/lusiadas/publish -maintainer = hThoreau -description = A command to upload the contents of files, or the clipboard, to Debian's pastebin. +repository = https://gitlab.com/argonautica/publish +maintainer = Aragon +description = Publish to a pastebin the contents of the clipboard, a file, or several files, either entirelly or partially. From 8d6573ca73864ec9bebfe020c1ec42806812409d Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:21:48 +0000 Subject: [PATCH 11/13] Create swap --- packages/swap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/swap diff --git a/packages/swap b/packages/swap new file mode 100644 index 0000000..39dcc26 --- /dev/null +++ b/packages/swap @@ -0,0 +1,4 @@ +type = plugin +repository = https://gitlab.com/argonautica/swap +maintainer = Aragon +description = A wrapper function to allow mv to swap the location or contents of targeted files or folders. From 58728d900ed112f48f8c30d688c240f4a4708fa0 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 20:22:15 +0000 Subject: [PATCH 12/13] Create uc --- packages/uc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 packages/uc diff --git a/packages/uc b/packages/uc new file mode 100644 index 0000000..6df892a --- /dev/null +++ b/packages/uc @@ -0,0 +1,4 @@ +type = plugin +repository = https://gitlab.com/argonautica/uc +maintainer = Aragon +description = List photo collections on unsplash from where to get a wallpaper at random. From bfc272e5dc5a1571403b08c97d76d5811ba37252 Mon Sep 17 00:00:00 2001 From: hThoreau Date: Tue, 28 May 2019 21:47:27 +0000 Subject: [PATCH 13/13] Delete pgen Oooopsie --- pgen | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 pgen diff --git a/pgen b/pgen deleted file mode 100644 index 9b98423..0000000 --- a/pgen +++ /dev/null @@ -1,4 +0,0 @@ -type = plugin -repository = https://gitlab.com/lusiadas/pgen -maintainer = hThoreau -description = A secure passphrase generator.