summaryrefslogtreecommitdiffstats
path: root/.local/bin/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Remove uneeded std suppression (#749)anntnzrb2020-07-071-2/+2
| | | There's no stdout/stderr on this condition.
* Prevent user-defined aliases/commands checking (#748)anntnzrb2020-07-051-2/+2
| | | | | Adding `[ -x ]` also checks if the command is an executable; if this check is skipped, then user-defined aliases will interfere and validate the condition (unintended).
* Alphabetically ordered compiler script with added sass compiling (#699)Salman Abedin2020-06-181-8/+9
| | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
* rust file compilation (#698)Bryan Jenks2020-06-081-0/+1
|
* Much cleaner compiler script (#692)Salman Abedin2020-06-061-14/+15
| | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
* Efficient scripting to get the directory path (#686)Salman Abedin2020-06-041-1/+1
| | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com>
* compiler notes and alt md compilersLuke Smith2020-05-301-1/+10
|
* make use of setsid(1)'s `-f` flag (#652)Kian Kasad2020-05-301-1/+1
| | | Co-authored-by: Luke Smith <luke@lukesmith.xyz>
* run preconv and pipe its output into refer to prevent unicode problems (#647)Dennis Lee2020-05-241-5/+5
| | | | | * compiler: preconv to prevent `refer` unicode error * compiler: fix formatting
* remove unneeded require (#587)simohamed2020-04-211-1/+1
| | | `library::` is all you need to load a library before using one of its functions.
* Added OpenSCAD run conditions (#582)Luke Bubar2020-04-201-0/+1
| | | Default output to STL seems appropriate. STL files can be viewed with a minimalist program like fstl (in the AUR)
* Added GNU Octave run conditions (#575)Luke Bubar2020-04-151-0/+1
|
* #!/bin/sh shebang. newline after universalized.Luke Smith2020-02-081-1/+1
|
* rmakrdown fixes and .Rmd handlerLuke Smith2020-01-191-1/+1
|
* Improve and more efficient RMarkdown Compilation (#435)Bryan Jenks2019-12-191-1/+1
| | | The `rmakrdown::` portion makes sure that no other functions mask render, and its calling it from the required rmarkdown package, and the addition of the quiet portion isnt redundant with the R -q flag, i tested script and in Vim it reduces how much text and verbose messaging comes from pandoc at the bottom to about 3 lines.
* portable shebangLuke Smith2019-08-181-1/+1
|
* -j fixLuke Smith2019-06-041-2/+2
|
* script documentationLuke Smith2019-05-311-3/+3
|
* compile manualsLuke Smith2019-05-311-0/+1
|
* massive cleanupLuke Smith2019-05-191-0/+37