From c253322a40b940fa667ff4764845fdc89349df0c Mon Sep 17 00:00:00 2001 From: Diaz Urbaneja Victor Diego Alenjandro Date: Sun, 20 Sep 2020 13:14:48 -0400 Subject: [PATCH 1/5] update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b01417e4..f32f93c3 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Plugin | Description [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* [`console`](https://github.com/rxi/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* +[`console-run`](https://github.com/sodomon2/console-run)* | a script to execute external commands using console [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file From 9f9c5c939925bab7b538b74e26dc30b99102f75a Mon Sep 17 00:00:00 2001 From: Diaz Urbaneja Victor Diego Alenjandro Date: Sun, 20 Sep 2020 13:15:31 -0400 Subject: [PATCH 2/5] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f32f93c3..54f5442e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Plugin | Description [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* [`console`](https://github.com/rxi/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* -[`console-run`](https://github.com/sodomon2/console-run)* | a script to execute external commands using console +[`console-run`](https://github.com/sodomon2/console-run) | a script to execute external commands using console [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file From 99da403dcc2a307f7b9d048db5cd91546e8b325c Mon Sep 17 00:00:00 2001 From: Diaz Urbaneja Victor Diego Alenjandro Date: Sun, 20 Sep 2020 13:16:24 -0400 Subject: [PATCH 3/5] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54f5442e..8ff5ee9d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Plugin | Description [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* [`console`](https://github.com/rxi/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* -[`console-run`](https://github.com/sodomon2/console-run) | a script to execute external commands using console +[`console-run`](https://github.com/sodomon2/console-run) | a script to execute external commands using [console](https://github.com/rxi/console) [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file From c1343beb103726673f47cf84f54f74c8fbf614c6 Mon Sep 17 00:00:00 2001 From: Diaz Urbaneja Victor Diego Alenjandro Date: Thu, 1 Oct 2020 23:43:21 -0400 Subject: [PATCH 4/5] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ff5ee9d..d7556a24 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Plugin | Description [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* [`console`](https://github.com/rxi/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* -[`console-run`](https://github.com/sodomon2/console-run) | a script to execute external commands using [console](https://github.com/rxi/console) +[`console-run`](https://github.com/sodomon2/console-run) | a plugin that facilitates the execution [console](https://github.com/rxi/console) [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file From 7321e76c4864daab3f951375035e6775a0e73aa1 Mon Sep 17 00:00:00 2001 From: Victor Diego Alejandro Diaz Urbaneja <49420637+sodomon2@users.noreply.github.com> Date: Sun, 10 Jan 2021 15:46:29 -0400 Subject: [PATCH 5/5] fix.... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7556a24..e7d7b418 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Plugin | Description [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* [`console`](https://github.com/rxi/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* -[`console-run`](https://github.com/sodomon2/console-run) | a plugin that facilitates the execution [console](https://github.com/rxi/console) +[`console-run`](https://github.com/sodomon2/console-run)* | a plugin that facilitates the execution [console](https://github.com/rxi/console) [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file