diff --git a/Boop/Boop.xcodeproj/project.pbxproj b/Boop/Boop.xcodeproj/project.pbxproj index 0ba59750..d4e5362f 100644 --- a/Boop/Boop.xcodeproj/project.pbxproj +++ b/Boop/Boop.xcodeproj/project.pbxproj @@ -745,7 +745,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = RLZ8XBTX7G; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -758,7 +758,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; OTHER_CODE_SIGN_FLAGS = "--deep"; PRODUCT_BUNDLE_IDENTIFIER = com.OKatBest.Boop; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -775,7 +775,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = ""; ENABLE_HARDENED_RUNTIME = YES; FRAMEWORK_SEARCH_PATHS = ( @@ -789,7 +789,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; OTHER_CODE_SIGN_FLAGS = "--deep"; PRODUCT_BUNDLE_IDENTIFIER = com.okatbest.boop; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -806,7 +806,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -819,7 +819,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; OTHER_CODE_SIGN_FLAGS = "--deep"; "OTHER_SWIFT_FLAGS[arch=*]" = "-D APPSTORE"; PRODUCT_BUNDLE_IDENTIFIER = com.OKatBest.Boop; @@ -837,7 +837,7 @@ CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Manual; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 3; + CURRENT_PROJECT_VERSION = 5; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -850,7 +850,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.14; - MARKETING_VERSION = 1.1.0; + MARKETING_VERSION = 1.2.0; OTHER_CODE_SIGN_FLAGS = "--deep"; "OTHER_SWIFT_FLAGS[arch=*]" = "-D APPSTORE"; PRODUCT_BUNDLE_IDENTIFIER = com.okatbest.boop; diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-abacus.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-abacus.imageset/Contents.json new file mode 100644 index 00000000..666bb62b --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-abacus.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-abacus.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-abacus.imageset/icons8-abacus.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-abacus.imageset/icons8-abacus.pdf new file mode 100644 index 00000000..b0438c7c Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-abacus.imageset/icons8-abacus.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-trimstart.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-camel.imageset/Contents.json similarity index 85% rename from Boop/Boop/Assets.xcassets/Icons/icons8-trimstart.imageset/Contents.json rename to Boop/Boop/Assets.xcassets/Icons/icons8-camel.imageset/Contents.json index a2bdca6f..bc0f5692 100644 --- a/Boop/Boop/Assets.xcassets/Icons/icons8-trimstart.imageset/Contents.json +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-camel.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "TrimStart.pdf", + "filename" : "icons8-camel.pdf", "idiom" : "universal" } ], diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-camel.imageset/icons8-camel.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-camel.imageset/icons8-camel.pdf new file mode 100644 index 00000000..8b2762eb Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-camel.imageset/icons8-camel.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/Contents.json index a59264bb..cb09bd4f 100644 --- a/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/Contents.json +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "icons8-collapse.pdf", + "filename" : "icons8-merge_horizontal.pdf", "idiom" : "universal" } ], diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/icons8-collapse.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/icons8-collapse.pdf deleted file mode 100644 index 973567a8..00000000 Binary files a/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/icons8-collapse.pdf and /dev/null differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/icons8-merge_horizontal.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/icons8-merge_horizontal.pdf new file mode 100644 index 00000000..05ed2586 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-collapse.imageset/icons8-merge_horizontal.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-color-wheel.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-color-wheel.imageset/Contents.json new file mode 100644 index 00000000..db8da321 --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-color-wheel.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "icons8-color_mode.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-color-wheel.imageset/icons8-color_mode.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-color-wheel.imageset/icons8-color_mode.pdf new file mode 100644 index 00000000..3075c845 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-color-wheel.imageset/icons8-color_mode.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-colosseum.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-colosseum.imageset/Contents.json new file mode 100644 index 00000000..0662e166 --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-colosseum.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-colosseum.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-colosseum.imageset/icons8-colosseum.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-colosseum.imageset/icons8-colosseum.pdf new file mode 100644 index 00000000..e4108e03 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-colosseum.imageset/icons8-colosseum.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-command.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-command.imageset/Contents.json new file mode 100644 index 00000000..425c07ad --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-command.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-run_command.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-command.imageset/icons8-run_command.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-command.imageset/icons8-run_command.pdf new file mode 100644 index 00000000..d62c2677 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-command.imageset/icons8-run_command.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-flask.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-flask.imageset/Contents.json new file mode 100644 index 00000000..f82d746f --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-flask.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-test_tube.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-flask.imageset/icons8-test_tube.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-flask.imageset/icons8-test_tube.pdf new file mode 100644 index 00000000..22ff8da9 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-flask.imageset/icons8-test_tube.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-globe.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-globe.imageset/Contents.json new file mode 100644 index 00000000..88384418 --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-globe.imageset/Contents.json @@ -0,0 +1,15 @@ +{ + "images" : [ + { + "filename" : "icons8-globe.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-globe.imageset/icons8-globe.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-globe.imageset/icons8-globe.pdf new file mode 100644 index 00000000..a9b038b7 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-globe.imageset/icons8-globe.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-trim.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-kebab.imageset/Contents.json similarity index 85% rename from Boop/Boop/Assets.xcassets/Icons/icons8-trim.imageset/Contents.json rename to Boop/Boop/Assets.xcassets/Icons/icons8-kebab.imageset/Contents.json index e97debc2..069fa642 100644 --- a/Boop/Boop/Assets.xcassets/Icons/icons8-trim.imageset/Contents.json +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-kebab.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "Trim.pdf", + "filename" : "icons8-kebab.pdf", "idiom" : "universal" } ], diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-kebab.imageset/icons8-kebab.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-kebab.imageset/icons8-kebab.pdf new file mode 100644 index 00000000..c2f2ba63 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-kebab.imageset/icons8-kebab.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-roman.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-roman.imageset/Contents.json new file mode 100644 index 00000000..b4f30a8c --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-roman.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-roman_helmet.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-roman.imageset/icons8-roman_helmet.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-roman.imageset/icons8-roman_helmet.pdf new file mode 100644 index 00000000..9c6add70 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-roman.imageset/icons8-roman_helmet.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-scissors.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-scissors.imageset/Contents.json new file mode 100644 index 00000000..87bd91c8 --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-scissors.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-scissors.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-scissors.imageset/icons8-scissors.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-scissors.imageset/icons8-scissors.pdf new file mode 100644 index 00000000..3efd4715 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-scissors.imageset/icons8-scissors.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-trimend.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-snake.imageset/Contents.json similarity index 85% rename from Boop/Boop/Assets.xcassets/Icons/icons8-trimend.imageset/Contents.json rename to Boop/Boop/Assets.xcassets/Icons/icons8-snake.imageset/Contents.json index a82d6781..2cbeeea0 100644 --- a/Boop/Boop/Assets.xcassets/Icons/icons8-trimend.imageset/Contents.json +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-snake.imageset/Contents.json @@ -1,7 +1,7 @@ { "images" : [ { - "filename" : "TrimEnd.pdf", + "filename" : "icons8-snake.pdf", "idiom" : "universal" } ], diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-snake.imageset/icons8-snake.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-snake.imageset/icons8-snake.pdf new file mode 100644 index 00000000..045aa701 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-snake.imageset/icons8-snake.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-sort-characters.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-characters.imageset/Contents.json new file mode 100644 index 00000000..1f185c4c --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-characters.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-alphabetical_sorting.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-sort-characters.imageset/icons8-alphabetical_sorting.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-characters.imageset/icons8-alphabetical_sorting.pdf new file mode 100644 index 00000000..d6039691 Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-characters.imageset/icons8-alphabetical_sorting.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-sort-numbers.imageset/Contents.json b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-numbers.imageset/Contents.json new file mode 100644 index 00000000..1bf8c3c5 --- /dev/null +++ b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-numbers.imageset/Contents.json @@ -0,0 +1,16 @@ +{ + "images" : [ + { + "filename" : "icons8-reversed_numerical_sorting.pdf", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true, + "template-rendering-intent" : "template" + } +} diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-sort-numbers.imageset/icons8-reversed_numerical_sorting.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-numbers.imageset/icons8-reversed_numerical_sorting.pdf new file mode 100644 index 00000000..c14138af Binary files /dev/null and b/Boop/Boop/Assets.xcassets/Icons/icons8-sort-numbers.imageset/icons8-reversed_numerical_sorting.pdf differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-trim.imageset/Trim.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-trim.imageset/Trim.pdf deleted file mode 100644 index 81be955b..00000000 Binary files a/Boop/Boop/Assets.xcassets/Icons/icons8-trim.imageset/Trim.pdf and /dev/null differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-trimend.imageset/TrimEnd.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-trimend.imageset/TrimEnd.pdf deleted file mode 100644 index 03637cc1..00000000 Binary files a/Boop/Boop/Assets.xcassets/Icons/icons8-trimend.imageset/TrimEnd.pdf and /dev/null differ diff --git a/Boop/Boop/Assets.xcassets/Icons/icons8-trimstart.imageset/TrimStart.pdf b/Boop/Boop/Assets.xcassets/Icons/icons8-trimstart.imageset/TrimStart.pdf deleted file mode 100644 index 7a55ca2c..00000000 Binary files a/Boop/Boop/Assets.xcassets/Icons/icons8-trimstart.imageset/TrimStart.pdf and /dev/null differ diff --git a/Boop/Boop/Controllers/MainViewController.swift b/Boop/Boop/Controllers/MainViewController.swift index a6cede71..762b7f49 100644 --- a/Boop/Boop/Controllers/MainViewController.swift +++ b/Boop/Boop/Controllers/MainViewController.swift @@ -30,12 +30,12 @@ class MainViewController: NSViewController { } @IBAction func openHelp(_ sender: Any) { - open(url: "https://github.com/IvanMathy/Boop/blob/master/Boop/Documentation/Readme.md") + open(url: "https://boop.okat.best/docs/") } @IBAction func openScripts(_ sender: Any) { - open(url: "https://github.com/IvanMathy/Boop/tree/main/Scripts") + open(url: "https://boop.okat.best/scripts/") } diff --git a/Boop/Boop/Controllers/Preferences/ScriptsSettingsViewController.swift b/Boop/Boop/Controllers/Preferences/ScriptsSettingsViewController.swift index 3a727774..1aca2e39 100644 --- a/Boop/Boop/Controllers/Preferences/ScriptsSettingsViewController.swift +++ b/Boop/Boop/Controllers/Preferences/ScriptsSettingsViewController.swift @@ -54,7 +54,7 @@ class ScriptsSettingsViewController: NSViewController { @IBAction func didClickHelpButton(_ sender: Any) { - guard let url = URL(string: "https://github.com/IvanMathy/Boop/blob/master/Boop/Documentation/CustomScripts.md#custom-scripts") else { + guard let url = URL(string: "https://boop.okat.best/docs/scripts") else { assertionFailure("Could not generate help URL.") return } diff --git a/Boop/Boop/scripts/AddSlashes.js b/Boop/Boop/scripts/AddSlashes.js index c3df233c..ffe54fc0 100644 --- a/Boop/Boop/scripts/AddSlashes.js +++ b/Boop/Boop/scripts/AddSlashes.js @@ -2,7 +2,7 @@ { "api":1, "name":"Add Slashes", - "description":"Escapes your text", + "description":"Escapes your text.", "author":"Ivan", "icon":"quote", "tags":"add,slashes,escape" diff --git a/Boop/Boop/scripts/CamelCase.js b/Boop/Boop/scripts/CamelCase.js index 559ae1d2..eeaaa728 100644 --- a/Boop/Boop/scripts/CamelCase.js +++ b/Boop/Boop/scripts/CamelCase.js @@ -4,7 +4,7 @@ "name":"Camel Case", "description":"convertsYourTextToCamelCase", "author":"Ivan", - "icon":"metamorphose", + "icon":"camel", "tags":"camel,case,function,lodash" } **/ diff --git a/Boop/Boop/scripts/CountCharacters.js b/Boop/Boop/scripts/CountCharacters.js index 38b928f5..2ee1cfd8 100644 --- a/Boop/Boop/scripts/CountCharacters.js +++ b/Boop/Boop/scripts/CountCharacters.js @@ -2,7 +2,7 @@ { "api":1, "name":"Count Characters", - "description":"Get the length of your text.", + "description":"Get the length of your text", "author":"Ivan", "icon":"counter", "tags":"count,length,size,character" diff --git a/Boop/Boop/scripts/CountLines.js b/Boop/Boop/scripts/CountLines.js index a1a006c0..2bfe67e6 100644 --- a/Boop/Boop/scripts/CountLines.js +++ b/Boop/Boop/scripts/CountLines.js @@ -2,7 +2,7 @@ { "api":1, "name":"Count Lines", - "description":"Get the line count of your text.", + "description":"Get the line count of your text", "author":"andipaetzold", "icon":"counter", "tags":"count,length,size,line" diff --git a/Boop/Boop/scripts/CountWords.js b/Boop/Boop/scripts/CountWords.js index 81f8bdaa..8d222427 100644 --- a/Boop/Boop/scripts/CountWords.js +++ b/Boop/Boop/scripts/CountWords.js @@ -2,7 +2,7 @@ { "api":1, "name":"Count Words", - "description":"Get the word count of your text.", + "description":"Get the word count of your text", "author":"Daniel Stone", "icon":"counter", "tags":"count,length,size,words" diff --git a/Boop/Boop/scripts/DateToTimestamp.js b/Boop/Boop/scripts/DateToTimestamp.js index ec5addfb..c42067b5 100644 --- a/Boop/Boop/scripts/DateToTimestamp.js +++ b/Boop/Boop/scripts/DateToTimestamp.js @@ -2,7 +2,7 @@ { "api":1, "name":"Date to Timestamp", - "description":"Converts dates to Unix timestamp", + "description":"Converts dates to Unix timestamp.", "author":"Noah Halford", "icon":"watch", "tags":"date,time,calendar,unix,timestamp" diff --git a/Boop/Boop/scripts/Deburr.js b/Boop/Boop/scripts/Deburr.js index 64c8271d..2d1f6a93 100644 --- a/Boop/Boop/scripts/Deburr.js +++ b/Boop/Boop/scripts/Deburr.js @@ -2,9 +2,9 @@ { "api":1, "name":"Deburr", - "description":"Converts your text to basic latin characters", + "description":"Converts your text to basic latin characters.", "author":"Ivan", - "icon":"metamorphose", + "icon":"colosseum", "tags":"burr,special,characters,function,lodash" } **/ diff --git a/Boop/Boop/scripts/Downcase.js b/Boop/Boop/scripts/Downcase.js index 2729b9b7..a0f54796 100644 --- a/Boop/Boop/scripts/Downcase.js +++ b/Boop/Boop/scripts/Downcase.js @@ -2,7 +2,7 @@ { "api":1, "name":"Downcase", - "description":"Converts to lowercase", + "description":"Converts your text to lowercase.", "author":"Dan2552", "icon":"type", "tags":"downcase,lowercase" diff --git a/Boop/Boop/scripts/EvalJavascript.js b/Boop/Boop/scripts/EvalJavascript.js index 35fb7745..713d7534 100644 --- a/Boop/Boop/scripts/EvalJavascript.js +++ b/Boop/Boop/scripts/EvalJavascript.js @@ -1,10 +1,10 @@ /** { "api":1, - "name":"Eval", - "description":"Evaluate Javascript.", + "name":"Eval Javascript", + "description":"Runs your text as Javascript Code.", "author":"Sebastiaan Besselsen", - "icon":"unknown", + "icon":"command", "tags":"js,script,run" } **/ diff --git a/Boop/Boop/scripts/JsonToQuery.js b/Boop/Boop/scripts/JsonToQuery.js index c86f5db7..eb28adb5 100644 --- a/Boop/Boop/scripts/JsonToQuery.js +++ b/Boop/Boop/scripts/JsonToQuery.js @@ -2,7 +2,7 @@ { "api":1, "name":"JSON to Query String", - "description":"Converts JSON to URL query string", + "description":"Converts JSON to URL query string.", "author":"Ota Mares ", "icon":"website", "tags":"url,query,params,json,convert,encode" diff --git a/Boop/Boop/scripts/KebabCase.js b/Boop/Boop/scripts/KebabCase.js index b468e45b..704a6c72 100644 --- a/Boop/Boop/scripts/KebabCase.js +++ b/Boop/Boop/scripts/KebabCase.js @@ -2,9 +2,9 @@ { "api":1, "name":"Kebab Case", - "description":"converts-your-text-to-kebab-case", + "description":"converts-your-text-to-kebab-case.", "author":"Ivan", - "icon":"metamorphose", + "icon":"kebab", "tags":"kebab,case,function,lodash" } **/ diff --git a/Boop/Boop/scripts/MD5.js b/Boop/Boop/scripts/MD5.js index eec5e4f0..6631c101 100644 --- a/Boop/Boop/scripts/MD5.js +++ b/Boop/Boop/scripts/MD5.js @@ -2,7 +2,7 @@ { "api":1, "name":"MD5 Checksum", - "description":"Computes the checksum of your text", + "description":"Computes the checksum of your text.", "author":"Ivan", "icon":"fingerprint", "tags":"strip,slashes,remove" diff --git a/Boop/Boop/scripts/MarkdownQuote.js b/Boop/Boop/scripts/MarkdownQuote.js index 9c801b29..cf4ce375 100644 --- a/Boop/Boop/scripts/MarkdownQuote.js +++ b/Boop/Boop/scripts/MarkdownQuote.js @@ -2,7 +2,7 @@ { "api":1, "name":"Markdown Quote", - "description":"Adds > to the start of every line of your text", + "description":"Adds > to the start of every line of your text.", "author":"Dan2552", "icon":"term", "tags":"quote,markdown" diff --git a/Boop/Boop/scripts/NatSort.js b/Boop/Boop/scripts/NatSort.js index 177d7c17..5bf860bc 100644 --- a/Boop/Boop/scripts/NatSort.js +++ b/Boop/Boop/scripts/NatSort.js @@ -4,7 +4,7 @@ "name":"Natural Sort Lines", "description":"Sort lines with smart handling of numbers.", "author":"Sebastiaan Besselsen", - "icon":"table", + "icon":"sort-numbers", "tags":"sort,natural,natsort" } **/ diff --git a/Boop/Boop/scripts/QueryToJson.js b/Boop/Boop/scripts/QueryToJson.js index 5f746744..41a1d7ed 100644 --- a/Boop/Boop/scripts/QueryToJson.js +++ b/Boop/Boop/scripts/QueryToJson.js @@ -2,7 +2,7 @@ { "api":1, "name":"Query String to JSON", - "description":"Converts URL query string to JSON", + "description":"Converts URL query string to JSON.", "author":"Ota Mares ", "icon":"website", "tags":"url,query,params,json,convert,decode" diff --git a/Boop/Boop/scripts/RemoveDuplicates.js b/Boop/Boop/scripts/RemoveDuplicates.js index 162df269..bfdd87c6 100644 --- a/Boop/Boop/scripts/RemoveDuplicates.js +++ b/Boop/Boop/scripts/RemoveDuplicates.js @@ -2,7 +2,7 @@ { "api":1, "name":"Remove Duplicate Lines", - "description":"Ensures each line of your text is unique", + "description":"Ensures each line of your text is unique.", "author":"andipaetzold", "icon":"filtration", "tags":"unique,duplicate" diff --git a/Boop/Boop/scripts/RemoveSlashes.js b/Boop/Boop/scripts/RemoveSlashes.js index aac8ac17..95243a59 100644 --- a/Boop/Boop/scripts/RemoveSlashes.js +++ b/Boop/Boop/scripts/RemoveSlashes.js @@ -2,7 +2,7 @@ { "api":1, "name":"Remove Slashes", - "description":"Unescapes your text", + "description":"Unescapes your text.", "author":"Ivan", "icon":"quote", "tags":"strip,slashes,remove,unescape" diff --git a/Boop/Boop/scripts/ReverseLines.js b/Boop/Boop/scripts/ReverseLines.js index 92372ba1..b5cc8273 100644 --- a/Boop/Boop/scripts/ReverseLines.js +++ b/Boop/Boop/scripts/ReverseLines.js @@ -2,7 +2,7 @@ { "api":1, "name":"Reverse Lines", - "description":"Flips every line of your text", + "description":"Flips every line of your text.", "author":"@Clarko", "icon":"flip", "tags":"reverse,order,invert,mirror,flip,upside,down" diff --git a/Boop/Boop/scripts/Rot13.js b/Boop/Boop/scripts/Rot13.js index b3e58750..bd70f380 100644 --- a/Boop/Boop/scripts/Rot13.js +++ b/Boop/Boop/scripts/Rot13.js @@ -2,9 +2,9 @@ { "api":1, "name":"Rot13", - "description":"Applies the Rot13 cypher to your text", + "description":"Applies the Rot13 cypher to your text.", "author":"Paul Starr", - "icon":"flip", + "icon":"roman", "tags":"spoilers,encryption,plaintext" } **/ diff --git a/Boop/Boop/scripts/ShuffleLines.js b/Boop/Boop/scripts/ShuffleLines.js index 0c2d3458..002abdd8 100644 --- a/Boop/Boop/scripts/ShuffleLines.js +++ b/Boop/Boop/scripts/ShuffleLines.js @@ -2,7 +2,7 @@ { "api":1, "name":"Shuffle Lines", - "description":"Randomize each line of your text", + "description":"Randomize each line of your text.", "author":"@Clarko", "icon":"dice", "tags":"shuffle,random" diff --git a/Boop/Boop/scripts/SnakeCase.js b/Boop/Boop/scripts/SnakeCase.js index 54961777..eec7bfac 100644 --- a/Boop/Boop/scripts/SnakeCase.js +++ b/Boop/Boop/scripts/SnakeCase.js @@ -2,9 +2,9 @@ { "api":1, "name":"Snake Case", - "description":"converts_your_text_to_snake_case", + "description":"converts_your_text_to_snake_case.", "author":"Ivan", - "icon":"metamorphose", + "icon":"snake", "tags":"snake,case,function,lodash" } **/ diff --git a/Boop/Boop/scripts/Sort.js b/Boop/Boop/scripts/Sort.js index 2cfab192..58ae5f8d 100644 --- a/Boop/Boop/scripts/Sort.js +++ b/Boop/Boop/scripts/Sort.js @@ -4,7 +4,7 @@ "name":"Sort lines", "description":"Sort lines alphabetically.", "author":"Sebastiaan Besselsen", - "icon":"table", + "icon":"sort-characters", "tags":"sort,alphabet" } **/ diff --git a/Boop/Boop/scripts/StartCase.js b/Boop/Boop/scripts/StartCase.js index 5601b405..52904ca6 100644 --- a/Boop/Boop/scripts/StartCase.js +++ b/Boop/Boop/scripts/StartCase.js @@ -2,9 +2,9 @@ { "api":1, "name":"Start Case", - "description":"Converts Your Text To Start Case", + "description":"Converts Your Text To Start Case.", "author":"Ivan", - "icon":"metamorphose", + "icon":"type", "tags":"start,case,function,lodash" } **/ diff --git a/Boop/Boop/scripts/SumAll.js b/Boop/Boop/scripts/SumAll.js index 8f28a241..da0a3423 100644 --- a/Boop/Boop/scripts/SumAll.js +++ b/Boop/Boop/scripts/SumAll.js @@ -2,9 +2,9 @@ { "api":1, "name":"Sum All", - "description":"Sum a list of numbers (separated by be either a new line, comma, or semicolon)", + "description":"Sum a list of numbers (separated by be either a new line, comma, or semicolon).", "author":"Annie Tran", - "icon":"counter", + "icon":"abacus", "tags":"sum,calculator,addition,add" } **/ diff --git a/Boop/Boop/scripts/Test.js b/Boop/Boop/scripts/Test.js index 43132445..b4edeadc 100644 --- a/Boop/Boop/scripts/Test.js +++ b/Boop/Boop/scripts/Test.js @@ -4,7 +4,7 @@ "name":"Test Script", "description":"Testing script", "author":"Ivan", - "icon":"quote", + "icon":"flask", "tags":"test,test,one,two" } **/ diff --git a/Boop/Boop/scripts/Trim.js b/Boop/Boop/scripts/Trim.js index 93e9c65f..585fa31b 100644 --- a/Boop/Boop/scripts/Trim.js +++ b/Boop/Boop/scripts/Trim.js @@ -2,9 +2,9 @@ { "api":1, "name":"Trim", - "description":"Trims leading and trailing whitespace", + "description":"Trims leading and trailing whitespace.", "author":"Joshua Nozzi", - "icon":"trim", + "icon":"scissors", "tags":"trim,whitespace,empty,space", } **/ diff --git a/Boop/Boop/scripts/URLDecode.js b/Boop/Boop/scripts/URLDecode.js index 42e94166..e48092e3 100644 --- a/Boop/Boop/scripts/URLDecode.js +++ b/Boop/Boop/scripts/URLDecode.js @@ -2,7 +2,7 @@ { "api":1, "name":"URL Decode", - "description":"Decodes URL entities", + "description":"Decodes URL entities in your text.", "author":"Ivan", "icon":"link", "tags":"url,decode,convert" diff --git a/Boop/Boop/scripts/URLEncode.js b/Boop/Boop/scripts/URLEncode.js index 428a7635..94ae3e99 100644 --- a/Boop/Boop/scripts/URLEncode.js +++ b/Boop/Boop/scripts/URLEncode.js @@ -2,7 +2,7 @@ { "api":1, "name":"URL Encode", - "description":"Encodes URL entities", + "description":"Encodes URL entities in your text.", "author":"Ivan", "icon":"link", "tags":"url,encode,convert" diff --git a/Boop/Boop/scripts/Upcase.js b/Boop/Boop/scripts/Upcase.js index 12fc29a3..368fc665 100644 --- a/Boop/Boop/scripts/Upcase.js +++ b/Boop/Boop/scripts/Upcase.js @@ -2,7 +2,7 @@ { "api":1, "name":"Upcase", - "description":"Converts to uppercase", + "description":"Converts your text to uppercase.", "author":"Dan2552", "icon":"type", "tags":"upcase,uppercase,capital,capitalize,capitalization" diff --git a/Scripts/hex2rgb.js b/Boop/Boop/scripts/hex2rgb.js similarity index 86% rename from Scripts/hex2rgb.js rename to Boop/Boop/scripts/hex2rgb.js index d0710950..6ce92b96 100644 --- a/Scripts/hex2rgb.js +++ b/Boop/Boop/scripts/hex2rgb.js @@ -1,11 +1,11 @@ /** { "api":1, - "name":"HEX2RGB", + "name":"Hex to RGB", "description":"Convert color in hexadecimal to RGB.", "author":"Venkat", - "icon":"table", - "tags":"flip" + "icon":"color-wheel", + "tags":"hex,color,rgb,convert" } **/ diff --git a/README.md b/README.md index 602c8a42..51718966 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- +

diff --git a/Boop/Boop/scripts/JoinLines.js b/Scripts/JoinLines.js similarity index 67% rename from Boop/Boop/scripts/JoinLines.js rename to Scripts/JoinLines.js index cc22c322..da1cf5b5 100644 --- a/Boop/Boop/scripts/JoinLines.js +++ b/Scripts/JoinLines.js @@ -2,9 +2,9 @@ { "api":1, "name":"Join Lines", - "description":"Joins All Lines Without any Delimiter", + "description":"Joins all lines without any delimiter.", "author":"riesentoaster", - "icon":"table", + "icon":"collapse", "tags":"join" } **/ diff --git a/Boop/Boop/scripts/JoinLinesWithComma.js b/Scripts/JoinLinesWithComma.js similarity index 73% rename from Boop/Boop/scripts/JoinLinesWithComma.js rename to Scripts/JoinLinesWithComma.js index 7507d336..8d6bd66a 100644 --- a/Boop/Boop/scripts/JoinLinesWithComma.js +++ b/Scripts/JoinLinesWithComma.js @@ -2,9 +2,9 @@ { "api":1, "name":"Join Lines With Comma", - "description":"Joins All Lines With a Comma", + "description":"Joins all lines with a comma.", "author":"riesentoaster", - "icon":"table", + "icon":"collapse", "tags":"join, comma", "bias": -0.1 } diff --git a/Boop/Boop/scripts/JoinLinesWithSpace.js b/Scripts/JoinLinesWithSpace.js similarity index 74% rename from Boop/Boop/scripts/JoinLinesWithSpace.js rename to Scripts/JoinLinesWithSpace.js index 091303c8..e884d1b0 100644 --- a/Boop/Boop/scripts/JoinLinesWithSpace.js +++ b/Scripts/JoinLinesWithSpace.js @@ -2,9 +2,9 @@ { "api":1, "name":"Join Lines With Space", - "description":"Joins All Lines With a Space", + "description":"Joins all lines with a space", "author":"riesentoaster", - "icon":"table", + "icon":"collapse", "tags":"join, space", "bias": -0.1 } diff --git a/Boop/Boop/scripts/TrimEnd.js b/Scripts/TrimEnd.js similarity index 75% rename from Boop/Boop/scripts/TrimEnd.js rename to Scripts/TrimEnd.js index 9222427e..16cb7d2b 100644 --- a/Boop/Boop/scripts/TrimEnd.js +++ b/Scripts/TrimEnd.js @@ -2,9 +2,9 @@ { "api":1, "name":"Trim End", - "description":"Trims trailing whitespace", + "description":"Trims trailing whitespace.", "author":"Joshua Nozzi", - "icon":"trimend", + "icon":"scissors", "tags":"trim,end,right,trailing,whitespace,empty,space", } **/ diff --git a/Boop/Boop/scripts/TrimStart.js b/Scripts/TrimStart.js similarity index 76% rename from Boop/Boop/scripts/TrimStart.js rename to Scripts/TrimStart.js index 174c1618..30e6a3ba 100644 --- a/Boop/Boop/scripts/TrimStart.js +++ b/Scripts/TrimStart.js @@ -2,9 +2,9 @@ { "api":1, "name":"Trim Start", - "description":"Trims leading whitespace", + "description":"Trims leading whitespace.", "author":"Joshua Nozzi", - "icon":"trimstart", + "icon":"scissors", "tags":"trim,start,left,leading,beginning,whitespace,empty,space", } **/ diff --git a/Boop/Boop/scripts/Wadsworth.js b/Scripts/Wadsworth.js similarity index 92% rename from Boop/Boop/scripts/Wadsworth.js rename to Scripts/Wadsworth.js index 3439bf47..b866481f 100644 --- a/Boop/Boop/scripts/Wadsworth.js +++ b/Scripts/Wadsworth.js @@ -4,7 +4,7 @@ "name":"Wadsworth Constant", "description":"first 30% of your text.", "author":"Ivan", - "icon":"broom", + "icon":"scissors", "tags":"snap" } **/ diff --git a/Boop/Boop/scripts/WkbToWkt.js b/Scripts/WkbToWkt.js similarity index 99% rename from Boop/Boop/scripts/WkbToWkt.js rename to Scripts/WkbToWkt.js index 8e11701e..9dfaae4d 100644 --- a/Boop/Boop/scripts/WkbToWkt.js +++ b/Scripts/WkbToWkt.js @@ -4,7 +4,7 @@ "name":"Well-Known Binary to Text", "description":"Converts your hex encoded WKB (any endian) to WKB, wkb2wkt", "author":"Mikael Brassman (Twitter: @spoike)", - "icon":"metamorphose", + "icon":"globe", "tags":"wkb,convert,wkt,binary,hex,wkb2wkt" } **/ diff --git a/Boop/Boop/scripts/WktToWkb.js b/Scripts/WktToWkb.js similarity index 99% rename from Boop/Boop/scripts/WktToWkb.js rename to Scripts/WktToWkb.js index 3961f6ca..e3379de5 100644 --- a/Boop/Boop/scripts/WktToWkb.js +++ b/Scripts/WktToWkb.js @@ -4,7 +4,7 @@ "name":"Well-Known Text to Binary", "description":"Converts your WKT to little endian WKB (hex encoded), wkt2wkb", "author":"Mikael Brassman (Twitter: @spoike)", - "icon":"metamorphose", + "icon":"globe", "tags":"wkb,convert,wkt,binary,little endian,hex,wkt2wkb" } **/ diff --git a/Scripts/contrastingColor.js b/Scripts/contrastingColor.js index b81b182f..50d6a7c3 100644 --- a/Scripts/contrastingColor.js +++ b/Scripts/contrastingColor.js @@ -4,7 +4,7 @@ "name": "Contrasting Color", "description": "Determine whether black or white contrasts better with the given color(s) (one per line).", "author": "Sunny Walker", - "icon": "table", + "icon": "color-wheel", "tags": "contrast,color,wcag" } **/