Commit Graph

443 Commits

Author SHA1 Message Date
Ryan Delaney f36b926653 mdformat everything 2022-03-09 11:19:28 -05:00
Ryan Delaney 6e7be87749 Add pre-commit config 2022-03-09 11:18:44 -05:00
github-actions 5608c10976 Update shell files 2022-03-09 15:51:15 +00:00
Ryan Delaney f8a0ee2b27
Merge pull request #187 from rpdelaney/xonsh
Xonsh
2022-03-09 10:51:00 -05:00
Ryan Delaney f22787191b Merge branch 'master' into xonsh 2022-03-09 10:45:21 -05:00
Ryan Delaney 7357389f3d
Merge pull request #186 from ahmedelgabri/master
Fix actions logic
2022-03-08 18:25:27 -05:00
github-actions 02726538b7 Update shell files 2022-03-08 20:11:49 +00:00
Ahmed El Gabri 467b9445ce
Try a different solution in github actions closes #185 2022-03-08 21:11:29 +01:00
Ryan Delaney 86752e2d38 Add .xsh for xonsh scripts 2022-03-02 12:35:50 -05:00
Ryan Delaney 572b294639
Merge pull request #184 from ahmedelgabri/master
Fix GitHub action logic
2022-01-23 17:08:41 -05:00
Ahmed El Gabri 72504cb599
Fix GH action 2022-01-23 22:33:48 +01:00
Ryan Delaney 2de7deff25
Merge pull request #183 from anakimluke/patch-1
fix makefile making .sh and .csh files the same
2022-01-21 15:22:02 -05:00
anakimluke 5adb5edba1
fix makefile making .sh and .csh files the same 2022-01-21 16:13:25 -03:00
Ryan Delaney d98a969501
Merge pull request #182 from ahmedelgabri/master
Commit generated files to the repo & automate the process through actions when PRs are merged.
2022-01-20 18:36:21 -05:00
Ahmed El Gabri 611445254f
make generate the default target 2022-01-21 00:10:35 +01:00
Ahmed El Gabri aa41e1f304
Add compiled files 2022-01-20 23:16:37 +01:00
Ahmed El Gabri f2f932e0d4
Update README 2022-01-20 23:16:37 +01:00
Ahmed El Gabri 79f4905651
Add a release workflow to generate shell files 2022-01-20 23:16:36 +01:00
Ryan Delaney b2a4438a36
Merge pull request #181 from notetiene/master
Update copyright year and add partition extensions
2022-01-05 22:01:26 -05:00
Etienne Prud’homme 2402dfac27
Add partitions extensions
* Add the common `img` for partition.  Add the Fast Virtual Disk `fvd`
used by QEMU.  Add the Virtual Disk Image `vdi` used by VirtualBox.
Add the Virtual Hard Disk `vhd` or `vhdx` used by Hyper-V.  Add the
Virtual Floppy Disk `vfd` also used by Hyper-V.
2022-01-05 18:46:40 -05:00
Etienne Prud’homme 613f108323
Update copyright year 2022-01-05 18:45:22 -05:00
Ryan Delaney 03434ff453
Merge pull request #180 from notetiene/master
Add Emacs file extensions
2021-12-28 14:56:12 -05:00
Etienne Prud’homme ea85f365e5
Add Emacs file extensions
* Emacs has the `el` extension for Emacs lisp.  Byte-compiled lisp has
`elc`.  Natively compiled lisp has `eln`.  Org-mode has the `org`
extension.
2021-12-28 10:41:57 -05:00
Ryan Delaney 2957904dbd
Merge pull request #178 from mmhj/master
Added ZSH environment config
2021-07-27 10:58:10 -04:00
mmhj d20f554612
Added matching for archive extensions & cleanup
Added matching for all the archive extensions.

Cleaned up the entire file, removed unnecessary tabs/spaces, added information for unknown extensions.
2021-07-27 13:59:47 +02:00
mmhj 35986070d0
Added .tbz & .tar.lzma archive formats
Added Bzip Compressed Tar Archive & LZMA Compressed Tarball
2021-07-24 14:09:29 +02:00
mmhj 21d28c08e9
Added Bash environment config
Added the following ZSH environment config files:

.profile
.bash_profile
.bash_login
.bash_logout

.bashrc is already included in '*rc'.

I also remove some unnecessary blank lines.
2021-07-23 11:37:02 +02:00
mmhj 0880d4285b
Added ZSH environment config
Added the following ZSH environment config files:

.zshenv
.zprofile
.zlogin
.zlogout

.zshrc is already included in '*rc'.
2021-07-23 11:20:17 +02:00
Ryan Delaney aab04da18e
Merge pull request #171 from epaaj/patch-2
Add .ear and .war as packaged apps
2021-07-22 11:40:27 -04:00
Ryan Delaney 452ee2482a
Merge pull request #177 from mmhj/master
Added .rstheme to LS_COLORS
2021-07-22 11:39:44 -04:00
mmhj 6d8b805af9
Added .rstheme to LS_COLORS
RStudio theme config file added to LS_COLORS.
2021-07-22 12:52:03 +02:00
Ryan Delaney 14cc83a6a0
Merge pull request #174 from numirias/browser_ext
Add crx for Chrome and xpi for Firefox extensions
2021-03-03 11:53:01 -05:00
numirias 63dc14cdf5 Add crx for Chrome and xpi for Firefox extensions
CRX and XPI files are packaged Chrome/Firefox browser extensions with
a ZIP archived source tree.

References:
.crx: https://developer.chrome.com/docs/extensions/mv3/linux_hosting/
.xpi: https://wiki.mozilla.org/Add-ons/Extension_Signing
2021-03-03 01:55:12 +01:00
Ryan Delaney e91cc9cc69
Merge pull request #172 from Jubijub/master
Add support for Asciidoc format
2020-12-30 09:52:16 -05:00
Julien Chappuis cc81233ae2
Adds support for Asciidoc / Asciidoctor file extensions
Asciidoc is a markup format similar to Markdown, with more features.

- adds *.adoc and *.asciidoc according to https://asciidoctor.org/docs/asciidoc-recommended-practices/#document-extension
- *.asc wasn't added as it created a duplication with another format
- used the same colour scheme as other document formats, namely markdown
2020-12-29 22:00:14 +01:00
Julien Chappuis ebe14fb802
Adds support for Asciidoc / Asciidoctor file extensions
Asciidoc is a markup format similar to Markdown, with more features.

- adds *.adoc and *.asciidoc according to https://asciidoctor.org/docs/asciidoc-recommended-practices/#document-extension
- *.asc wasn't added as it created a duplication with another format
- used the same colour scheme as other document formats, namely markdown
2020-12-29 21:54:07 +01:00
Jimmy Garpehäll 7b69f09650
Add .ear and .war as packaged apps
Add missing java archive file extensions
2020-12-02 15:48:03 +01:00
Ryan Delaney 582ac2f336
Merge pull request #170 from Gorzen/master
Add scala script .sc
2020-11-30 14:42:28 -05:00
Lucien Iseli bec62c2968
Add scala script .sc 2020-11-30 01:14:35 +01:00
Ryan Delaney 8b777b6b7e
Merge pull request #167 from ArturBa/issue/109
Add contributing
2020-11-01 16:32:36 -05:00
Artur Bauer 14ea56446b Adapt 1. step of pull request. Remove full COC 2020-11-01 17:15:48 +01:00
Ryan Delaney a7017a72ff
Merge pull request #169 from rpdelaney/master
Group MIDI extensions together
2020-10-12 19:52:54 -04:00
Ryan Delaney acef8254ba Group MIDI extensions together 2020-10-12 19:51:29 -04:00
Ryan Delaney ee10f8e6e6
Merge pull request #168 from rpdelaney/master
Add WARC (WebARChive)
2020-10-08 12:05:00 -04:00
Ryan Delaney 9374bcbb57 Add WARC (WebARChive) 2020-10-08 12:04:09 -04:00
Artur Bauer 02d5a51deb Add contributing 2020-10-07 13:20:14 +02:00
Ryan Delaney 86b97f7d92
Merge pull request #166 from ilpianista/patch-1
Add jsonnet
2020-10-05 13:02:30 -04:00
Andrea Scarpino 7b6e2632db
Update LS_COLORS 2020-10-05 17:05:53 +02:00
Andrea Scarpino 69fed13ad1
Add jsonnet 2020-10-05 16:55:40 +02:00
Ryan Delaney 68ca5b3408
Merge pull request #165 from rpdelaney/master
Add dependencies to TOC
2020-10-02 12:57:25 -04:00