| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'feat/latexmk' of github.com:aartoni/dotfiles into ↵ | Luke Smith | 2025-03-02 | 1 | -13/+1 |
| |\ | | | | | | | aartoni-feat/latexmk | ||||
| | * | latexmk | aartoni | 2024-11-09 | 1 | -13/+1 |
| | | | |||||
| * | | Update compiler to include instruction for the Rink calculator (#1452) | Luke Bubar | 2025-02-28 | 1 | -0/+2 |
| |/ | | | | | | | * Update compiler to include instruction for the Rink calculator Added a compiler option for rink calculator files. Rink is a unit-conversion calculator written in Rust. * Update compiler to include COBOL instructions | ||||
| * | [compiler] - streamline | simplify | minimize (#1389) | Emre AKYÜZ | 2024-05-11 | 1 | -45/+38 |
| | | | | | | * [compiler] - streamline | simplify | minimize * Update compiler | ||||
| * | Fix markdown compiling (#1247) | Jameson | 2023-01-15 | 1 | -3/+3 |
| | | |||||
| * | separate script for use in opout, use just % root= | Luke Smith | 2022-08-19 | 1 | -8/+8 |
| | | |||||
| * | Parse tex root for more complex latex files | snailed | 2022-08-10 | 1 | -0/+2 |
| | | | | | Allows parsing texroot comments so that you can compile a LaTeX document from outside of the document root, as long as it contains the usual magic comment format: % !TEX root = doc.tex | ||||
| * | fix "extention" typo (#1103) | i-c-u-p | 2022-04-10 | 1 | -1/+1 |
| | | | | replaces all appearances of "extention" with "extension" | ||||
| * | fix #936 | Luke Smith | 2022-01-21 | 1 | -1/+1 |
| | | |||||
| * | Minor performance improvements (#975) | Thomas Voss | 2021-07-21 | 1 | -1/+1 |
| | | | | | | * Skip head and grep and do it all in sed * Replace echo and awk with a parameter expansion | ||||
| * | md to pdf using ms engine instead of latex (#877) | M.Zeinali | 2021-01-06 | 1 | -1/+1 |
| | | |||||
| * | Added Java support for compiler script (#860) | Alexander Goussas | 2020-12-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | Tested it on a project with this structure: ``` - root |- test | - Test.java ``` The user must call `compiler` from the root of the project, but that should not be an inconvenience because usually the working directory is the project's root. Nonetheless, it also works for java files in the current working directory, in case someone just wants to test some code quickly. | ||||
| * | Added C# support to compiler script (#858) | Luke Bubar | 2020-12-07 | 1 | -0/+1 |
| | | |||||
| * | compiler tweaks | Luke Smith | 2020-11-11 | 1 | -8/+9 |
| | | |||||
| * | Use Emacs to compile org files (#839) | M. Yas. Davoodeh | 2020-11-09 | 1 | -1/+1 |
| | | |||||
| * | Add support for Org-Mode files. (#837) | Epacnoss | 2020-11-08 | 1 | -1/+2 |
| | | |||||
| * | Add C++ support to compiler script. (#828) | Luke Bubar | 2020-10-19 | 1 | -0/+1 |
| | | |||||
| * | Remove uneeded std suppression (#749) | anntnzrb | 2020-07-07 | 1 | -2/+2 |
| | | | | There's no stdout/stderr on this condition. | ||||
| * | Prevent user-defined aliases/commands checking (#748) | anntnzrb | 2020-07-05 | 1 | -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 Abedin | 2020-06-18 | 1 | -8/+9 |
| | | | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com> | ||||
| * | rust file compilation (#698) | Bryan Jenks | 2020-06-08 | 1 | -0/+1 |
| | | |||||
| * | Much cleaner compiler script (#692) | Salman Abedin | 2020-06-06 | 1 | -14/+15 |
| | | | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com> | ||||
| * | Efficient scripting to get the directory path (#686) | Salman Abedin | 2020-06-04 | 1 | -1/+1 |
| | | | | Co-authored-by: Salman Abedin <salmanabedin@zohomail.com> | ||||
| * | compiler notes and alt md compilers | Luke Smith | 2020-05-30 | 1 | -1/+10 |
| | | |||||
| * | make use of setsid(1)'s `-f` flag (#652) | Kian Kasad | 2020-05-30 | 1 | -1/+1 |
| | | | | Co-authored-by: Luke Smith <luke@lukesmith.xyz> | ||||
| * | run preconv and pipe its output into refer to prevent unicode problems (#647) | Dennis Lee | 2020-05-24 | 1 | -5/+5 |
| | | | | | | * compiler: preconv to prevent `refer` unicode error * compiler: fix formatting | ||||
| * | remove unneeded require (#587) | simohamed | 2020-04-21 | 1 | -1/+1 |
| | | | | `library::` is all you need to load a library before using one of its functions. | ||||
| * | Added OpenSCAD run conditions (#582) | Luke Bubar | 2020-04-20 | 1 | -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 Bubar | 2020-04-15 | 1 | -0/+1 |
| | | |||||
| * | #!/bin/sh shebang. newline after universalized. | Luke Smith | 2020-02-08 | 1 | -1/+1 |
| | | |||||
| * | rmakrdown fixes and .Rmd handler | Luke Smith | 2020-01-19 | 1 | -1/+1 |
| | | |||||
| * | Improve and more efficient RMarkdown Compilation (#435) | Bryan Jenks | 2019-12-19 | 1 | -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 shebang | Luke Smith | 2019-08-18 | 1 | -1/+1 |
| | | |||||
| * | -j fix | Luke Smith | 2019-06-04 | 1 | -2/+2 |
| | | |||||
| * | script documentation | Luke Smith | 2019-05-31 | 1 | -3/+3 |
| | | |||||
| * | compile manuals | Luke Smith | 2019-05-31 | 1 | -0/+1 |
| | | |||||
| * | massive cleanup | Luke Smith | 2019-05-19 | 1 | -0/+37 |
