1c07ace0e2
fix: do not chdir when looking for files
...
Allow relative paths for palettes and themes.
Refs: #114
Co-authored-by: FedericoStra
2023-06-28 21:02:09 +02:00
Konstantin Pavlov (ug)
292760c568
Fast commit
2023-06-28 20:44:29 +02:00
Konstantin Pavlov (ug)
b20fd4e18e
Add theme for AMD/Xilinx Vivado tool
2023-06-28 20:44:29 +02:00
186dc04a86
adds a Catch2 theme
2023-04-07 16:12:05 +02:00
657a13eee1
feat(theme): add the Django theme
...
v1.1
v1.1b
For coloring Django's logs.
2023-02-14 09:08:12 +01:00
6e623e897b
feat(theme): add the SLURM theme
...
Coloring all known states with a consistent scheme.
2023-02-14 09:07:10 +01:00
0839d955a9
feat(latex): improve latex theme
2023-01-20 09:24:44 +01:00
4ca6429485
feat(cmake): improve cmake and ctest themes
2023-01-20 09:24:14 +01:00
6a490a483d
fix logo display
2022-08-31 22:48:02 +02:00
88992390a5
Merge branch 'master' of github.com:nojhan/colout
2022-08-31 22:45:02 +02:00
86d26db948
add a logo
2022-08-31 22:44:29 +02:00
Johann Dreo
a41eea11d2
fix(syntax coloring): load all lexers, even those without aliases
...
v1.0
Some Pygments’ lexers are registered without any alias, just with their long name.
This ensure that they are loaded, along with the others.
2022-05-12 12:00:11 +02:00
39660c001c
Merge branch 'master' of github.com:nojhan/colout
2021-04-20 15:15:39 +02:00
438838dd4e
Merge pull request #110 from linkmauve/patch-1
...
Stop advertising python2 support
2020-08-02 09:43:02 +02:00
linkmauve
d9f1e69997
Stop advertising python2 support
...
python2 support got removed in dab5555503 , this shouldn’t be advertised anymore.
2020-08-01 20:59:59 +02:00
3cbea0d66d
Merge branch 'stdedos-master'
v0.12.0
2020-06-04 09:55:44 +02:00
707f499f4a
fix cmake theme
...
Do not match the ":" in CMake Error
2020-06-04 09:53:33 +02:00
Stavros Ntentos
01aedcc642
Prepare for new colout version
...
Because there is a weird `v0.11` tag, we pick the next version `v0.12.0`,
instead of the "real" next version aka `v0.7.0`
This project is considered to use Semantic Versioning (https://semver.org/ )
(https://semver.org/spec/v2.0.0.html as of now)
Python versioning updates:
* Unify that package is offered for >=Python3.5
2.7 support was dropped in dab5555503 ,
and <3.5 versions do not exist in https://devguide.python.org/#status-of-python-branches as of committing time
* Add some classifiers (YMMV, my first pip package)
* Add some bare-bones `tox` configuration (YMMV, my first tox interaction)
* Add packages required for packaging/deployment in `requirements-build.txt`
* `README.md` is not required to be packaged anymore - it is read at install time
* Fix Content-Type for PyPI
* Update `README.md`:
* Reorder installation options (`pip` > `pipsi` > `ppa`)
* Hard wrap at 100 chars for "meaningful" offences.
* Add myself as maintainer
* Remove escapes that don't make sense in CommonMark
(GFM, as project is hosted in Github)
* Fix typos
* Add a more complete `.gitignore` file
2020-06-03 00:56:32 +03:00
88b1770152
get back Dependencies section in README
2020-05-27 17:40:09 +02:00
e08d6ce0ad
Merge branch 'stdedos-master' into develop
2020-05-27 17:38:46 +02:00
a682d3564e
Merge branch 'master' of https://github.com/stdedos/colout into stdedos-master
2020-05-27 17:38:22 +02:00
437e241f2c
Merge pull request #107 from linkmauve/patch-1
...
Update colout.py to remove PY2 global
2020-05-17 17:38:47 +02:00
4e35011699
Merge pull request #98 from Code0x58/releases
...
Tests and release tweaks
2020-05-17 17:38:03 +02:00
linkmauve
dab5555503
Update colout.py
...
Python 2 will retire in thirteen days (see https://pythonclock.org/ ), there is no reason to keep obsolete checks in the code any longer.
2019-12-19 00:51:29 +01:00
Stavros Ntentos
70bec38546
Merge branch 'Code0x58-releases'
...
Closes #2
Conflicts:
setup.py (PR #1 aka #102 )
Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
2018-10-26 11:28:00 +03:00
Stavros Ntentos
f7b4b1de0c
[Fix] No such file or directory: 'README.md'
...
Merge branch 'jquast-patch-1': Closes #1
2018-10-26 11:20:02 +03:00
Jeff Quast
6256b30582
this might help..
...
This should prevent the following error,
```
$ pip --version
pip 18.1 from /Users/jq/.pyenv/versions/3.6.5/envs/jupyter/lib/python3.6/site-packages/pip (python 3.6)
$ pip install colout
Collecting colout
Downloading https://files.pythonhosted.org/packages/3d/ba/3ef31c0df3ace69271cc8b1af6b529f24de66ff42c0d99a8d18aa980a307/colout-0.5.tar.gz (47kB)
100% |████████████████████████████████| 51kB 970kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/0x/y8s2qlk558596kyqdhv3nwv40000gn/T/pip-install-gixoekff/colout/setup.py", line 25, in <module>
long_description=open('README.md').read(),
FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/0x/y8s2qlk558596kyqdhv3nwv40000gn/T/pip-install-gixoekff/colout/
```
2018-10-07 23:40:47 -07:00
Oliver Bristow
b8e259add3
Make missing lexer error less verbose
2018-08-16 23:30:03 +01:00
Oliver Bristow
161777d679
Remove references to pygments+babel being optional
2018-08-16 23:30:03 +01:00
Oliver Bristow
3644dc0619
Fix error_codes scope + more informative lexer error
2018-08-16 23:28:22 +01:00
Oliver Bristow
7416655535
Remove references to pygments as optional
2018-08-16 23:28:22 +01:00
Oliver Bristow
b77d79e596
Mark python version support
2018-08-16 23:28:22 +01:00
Oliver Bristow
177a37dd37
Update documentation
2018-08-16 23:28:22 +01:00
Oliver Bristow
f9ec8cba39
Replace shell script with console scripts
2018-08-16 23:25:51 +01:00
Oliver Bristow
a7a5f6adb8
Publish universal wheel
2018-08-16 23:25:51 +01:00
Oliver Bristow
7e3502d667
Add another smoke test
2018-08-16 23:25:51 +01:00
Oliver Bristow
513552d5be
Remove 3.2 smoke test as incompatible syntax
2018-08-16 23:25:51 +01:00
Oliver Bristow
e49b42db45
Add 3.3 classifier
2018-08-16 23:25:51 +01:00
Oliver Bristow
b0d41ab172
Remove argparse requirement as code not 2.6 compatible
2018-08-16 23:25:51 +01:00
Oliver Bristow
7d848d09e8
Add package classifiers
2018-08-16 23:25:51 +01:00
Oliver Bristow
cfcd61fd2f
Add Travis smoke test
2018-08-16 23:25:51 +01:00
Oliver Bristow
a261a2dfa8
Use version from SCM
2018-08-16 23:25:51 +01:00
b62b57512d
(almost) silently handle (weird) errors from pygments
2018-08-14 14:31:55 +02:00
b63b4177f9
Merge pull request #100 from kecsap/master
...
Update the PPA information
2018-08-11 22:36:29 +02:00
Csaba Kertesz
ae33bac9d7
Update the PPA information
2018-08-07 09:04:16 +03:00
9d87d38544
Merge pull request #97 from Code0x58/remove-six
...
v0.6.1
Remove six
2018-08-04 19:05:38 +02:00
Oliver Bristow
80a55281c5
Remove six
2018-08-04 17:11:25 +01:00
78dc13c40e
Add authors and a gdbinit example
v0.6
2018-08-03 16:00:15 +02:00
7dbda565e9
Merge branch 'develop' of git://github.com/blastrock/colout into develop
2018-08-03 15:33:13 +02:00
cb790b3089
Merge branch 'tweaks' of git://github.com/Code0x58/colout into develop
2018-08-03 15:30:15 +02:00