Commit Graph

3840 Commits (fdff1d81cd558d916eef9bcd3ce6f81a34b9af5b)

Author SHA1 Message Date
Gurkirat Singh 957cd578f7 Added git alias to list only conflicted files 2021-01-13 19:08:41 +02:00
Noah Gorny a0ea33d671
Merge pull request #1778 from tbhaxor/bugfix/vue-routes
fixed existing completion and added conditional completion
2021-01-13 19:06:10 +02:00
Noah Gorny bc32b40088
Merge pull request #1784 from marcospereira/support-sdkman-different-output-formats
Support multiple sdkman output formats
2021-01-13 19:02:35 +02:00
Noah Gorny 70fa3f8d25 aliases: clipboard: Remove command_exists check 2021-01-13 18:43:04 +02:00
Noah Gorny bac50413f1
Merge pull request #1743 from georgettica/georgettica/sort-git-aliases
refactor(aliases): sort
2021-01-13 18:40:55 +02:00
Noah Gorny da662d1332 aliases: clipboard: Add shellcheck header 2021-01-13 18:30:32 +02:00
Gurkirat Singh 9f66059f52 aliases: clipboard: Add more aliases for xclip command
Also lint and cleanup the file
2021-01-13 18:29:57 +02:00
Noah Gorny dd4e410a32 aliases: git: Add shellcheck header 2021-01-13 18:24:53 +02:00
Noah Gorny 8723fc56b2 aliases: git: Sort all commands, even miniscule ones 2021-01-13 18:24:16 +02:00
Ron Green 436381de93 refactor(aliases): sort git aliases file and lint it
- move all comments to the same line so they wont be jumbled
- also add to clean_files.txt
2021-01-13 18:24:13 +02:00
Marcos Pereira 94d261b42d
Fix shellcheck warnings for themes/base.theme.bash 2021-01-12 00:55:15 -05:00
Marcos Pereira 5a761b7ae3
Run code fomatter for themes/base.theme.bash 2021-01-11 15:14:49 -05:00
Marcos Pereira 3f29862478
Add themes/base.theme.bash to clean files 2021-01-11 15:12:39 -05:00
Marcos Pereira 08ff08e043
Support multiple sdkman output formats
sdkman has a specific output format for Java candidate since
there are multiple vendors and builds. For example, when running
`sdk list maven`, the format is a simple list like:

    3.6.2
    3.6.1
    3.6.0
    3.5.4
    3.5.3
    3.5.2
    3.5.0
    3.3.9

But for `sbt list java`, the output is a table like:

    ================================================================================
     Vendor        | Use | Version      | Dist    | Status     | Identifier
    --------------------------------------------------------------------------------
     AdoptOpenJDK  |     | 15.0.1.j9    | adpt    |            | 15.0.1.j9-adpt
                   |     | 15.0.1.hs    | adpt    | installed  | 15.0.1.hs-adpt
     ...
     Amazon        |     | 15.0.1       | amzn    |            | 15.0.1-amzn
                   |     | 11.0.9       | amzn    |            | 11.0.9-amzn
     ...
     Azul Zulu     |     | 15.0.1       | zulu    |            | 15.0.1-zulu
                   |     | 15.0.1.fx    | zulu    |            | 15.0.1.fx-zulu
     ...

Therefore, the completion script has to handle both formats.
2021-01-11 11:16:15 -05:00
BarbUk e574abbbba
Clean theme atomic 2021-01-11 11:42:04 +01:00
BarbUk 6495e3479e
Clean theme axin 2021-01-11 11:41:44 +01:00
BarbUk df73085fea
Update clean file 2021-01-11 11:41:22 +01:00
Gurkirat Singh 6065d003e8
fixed existing completion and added conditional completion 2021-01-10 00:34:14 +05:30
Noah Gorny c268cd9abc
Merge pull request #1777 from NoahGorny/dnf-aliases-fedora
dnf aliases fedora
2021-01-09 20:31:05 +02:00
Noah Gorny 342ddcfca0 Add dnf.aliases.bash to clean_files.txt 2021-01-09 19:03:44 +02:00
zuck007 73d28f0b27 removing redundant lines 2021-01-09 19:03:17 +02:00
zuck007 f18562279c dnf aliases for fedora_22+ distros 2021-01-09 19:03:17 +02:00
zuck007 2ae03668c4 added dnf aliases for fedora distro 2021-01-09 19:03:17 +02:00
zuck007 91f63c0b68 adding dnf aliases for fedora distro 2021-01-09 19:03:17 +02:00
David Farrell e932d8371f
Add hooks to check .sh and .bash headers - Fixes #1491 (#1765)
* Add hooks to check .sh and .bash headers
* Adds hooks/ to clean_files.txt
2021-01-09 18:02:26 +02:00
Noah Gorny 3fce1ffe8d
Merge pull request #1775 from marcospereira/cleanup/sdkman
Add sdkman bash completion to the list of clean files
2021-01-09 00:36:44 +02:00
Marcos Pereira fe7d3ef177
Format sdkman bash completion with shfmt 2021-01-08 16:42:18 -05:00
Marcos Pereira 56348b1a12
Add sdkman bash completion to clean_files 2021-01-08 16:38:08 -05:00
Noah Gorny cc3bdc2b57
Merge pull request #1767 from NoahGorny/disable-macos-11
ci: Remove macos-11.0 as it is unreliable
2021-01-08 19:40:41 +02:00
Noah Gorny d97a36af88
Merge pull request #1697 from NoahGorny/clean-agnoster-theme
clean agnoster theme
2021-01-07 20:21:43 +02:00
Noah Gorny c5f02b769d
Merge pull request #1763 from marcospereira/sdkman-update
Add support to newer versions of sdkman
2021-01-07 19:50:00 +02:00
Noah Gorny 81e3f1482b ci: Remove macos-11.0 as it is unreliable 2021-01-07 19:29:45 +02:00
Noah Gorny c168122ff5 Add agnoster theme to clean_files.txt 2021-01-07 19:12:34 +02:00
Noah Gorny f255d03057 shellcheck agnoster theme 2021-01-07 19:11:22 +02:00
Noah Gorny 60da498ed4 shfmt agnoster theme 2021-01-07 19:11:22 +02:00
BarbUk ae9da3b62b
Clean barbuk theme (#1766) 2021-01-07 19:05:00 +02:00
cornfeedhobo 3c00fe6dbb
Merge pull request #1759 from cornfeedhobo/add-basher-plugin
add plugin for basher
2021-01-05 09:35:13 -06:00
Marcos Pereira 5ca2c43aed
Add support to newer versions of sdkman
Some new commands are available, and also aliases
for commands such as `i` for `install`.
2021-01-04 18:18:13 -05:00
cornfeedhobo 0b6ecf705d
add plugin for basher 2021-01-02 23:05:05 -06:00
Noah Gorny 3addebb66b
Merge pull request #1760 from cornfeedhobo/editorconfig-fixes
Editorconfig fixes
2021-01-02 00:42:22 +02:00
cornfeedhobo ded58f25e3
include test/run in editorconfig 2021-01-01 14:25:23 -06:00
cornfeedhobo b8dda491c7
fix wildcard matches to include path separators 2021-01-01 14:24:34 -06:00
Noah Gorny 13020874a9
Merge pull request #1758 from NoahGorny/update-contributing
Update contributing document
2021-01-01 11:23:04 +02:00
Noah Gorny 5487963fa7
Merge pull request #1752 from Bash-it/add-license-1
Add LICENSE
2020-12-29 22:41:34 +02:00
Noah Gorny 0565c3aa8e
Merge pull request #1741 from NoahGorny/licensing
Clean up embedded licensing issues
2020-12-29 22:40:58 +02:00
Noah Gorny 3c0235b44b docs: contributing: Remove bullets already covered by our templates 2020-12-29 22:06:22 +02:00
Noah Gorny aeb0cb7353 docs: contributing: Add section about invoking with command builtin 2020-12-29 22:06:22 +02:00
Noah Gorny 49886620c4 docs: contributing: Mention github actions instead of travis 2020-12-29 22:06:10 +02:00
Noah Gorny 8e73b538ea Deprecate homesick completion as it is unlicensed 2020-12-29 21:49:47 +02:00
Noah Gorny 012552d8b7 Deprecate drush completion as it is GPLv2 2020-12-29 21:49:47 +02:00