Marco Ieni
|
4aef8c180a
|
README: fix manpage syntax link
|
2020-03-25 20:07:50 +01:00 |
|
Kyle Criddle
|
131d113ff5
|
Merge branch 'fix_654_stdin_filename' of github.com:neuronull/bat into fix_654_stdin_filename
|
2020-03-24 19:14:07 -06:00 |
|
Kyle Criddle
|
38178fedf4
|
Merge branch 'master' into fix_654_stdin_filename
|
2020-03-24 19:08:43 -06:00 |
|
Kyle Criddle
|
59f2e2d58d
|
Implemented --file-name for multiple files + tests
|
2020-03-24 18:26:00 -06:00 |
|
Samuel FORESTIER
|
8d3136eb6f
|
Adds Homepage to Debian package control file
|
2020-03-24 08:36:13 +01:00 |
|
Igor Raits
|
136a745c5d
|
chore: Update liquid to 0.20
Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
|
2020-03-22 21:37:14 +01:00 |
|
sharkdp
|
5edd8260e8
|
Fix path to assets
|
2020-03-22 13:16:47 +01:00 |
|
sharkdp
|
02f2b55d5f
|
Write completions and manfile to cargo outdir (cargo publish restriction)
|
2020-03-22 11:33:50 +01:00 |
|
sharkdp
|
6386a4b812
|
Update dependencies, see #845
|
2020-03-22 11:23:19 +01:00 |
|
sharkdp
|
c13935f3c0
|
Bump version to 0.13, see #845
|
2020-03-22 11:23:16 +01:00 |
|
Kyle Criddle
|
fb3c775c8b
|
--file-name for normal files. integration tests.
|
2020-03-22 11:10:27 +01:00 |
|
Kyle Criddle
|
8adce9fae8
|
Implement --file-name<name> option
- can specify filename to be displayed when printing.
- useful for when piping data from STDIN
Closes #654
|
2020-03-22 11:10:27 +01:00 |
|
sharkdp
|
eb2f3ddb7c
|
Rename test methods
|
2020-03-22 11:02:51 +01:00 |
|
sharkdp
|
dfd3ef022e
|
Add more default mappings, reverse traversal
|
2020-03-22 11:02:51 +01:00 |
|
sharkdp
|
978def2d40
|
Update documentation
|
2020-03-22 11:02:51 +01:00 |
|
sharkdp
|
57aed07814
|
Use absolute path for lookup in database
|
2020-03-22 11:02:51 +01:00 |
|
sharkdp
|
bd8a13dbc9
|
Initial implementation of glob-based syntax mapping
|
2020-03-22 11:02:51 +01:00 |
|
sharkdp
|
ba29e07636
|
Remove superfluous files
|
2020-03-22 00:04:33 +01:00 |
|
sharkdp
|
32346612b7
|
Move syntaxes, fixes #874
|
2020-03-21 23:53:53 +01:00 |
|
sharkdp
|
0550a286bd
|
Cargo fmt
|
2020-03-21 23:53:53 +01:00 |
|
sharkdp
|
dfe5eb3e98
|
Add an even simple example
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
2c2861db6a
|
Further simplify module structure
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
bb0a3d586e
|
Simplify public API module structure
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
90397a8aac
|
Hide SyntaxMapping::replace
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
84ba323b1c
|
Rename output component to 'style compinent', move wrap to separate module
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
a8851e1307
|
Hide methods from line_range
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
d4a39f99d2
|
Hide API of InputFileReader
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
8c500a7e40
|
Hide get_syntax, move tests to module
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
acf51bd7b3
|
Rename methods and parameters
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
83dc13a86d
|
Add fallback theme, remove BAT_THEME_DEFAULT
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
094c526a0e
|
Hide some methods from HighlightingAssets
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
62f2d0c100
|
Do not export syntax_set and theme_set
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
fc1ca0875a
|
Move error handling to a callback
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
a7338e2ea2
|
Run cargo fmt
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
9b8ddb24d1
|
move Config struct to separate file
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
7e0115641d
|
Move error module to separate file
|
2020-03-21 22:21:23 +01:00 |
|
sharkdp
|
fedd32173e
|
Restructure and fix bug in line range module
|
2020-03-21 19:19:15 +01:00 |
|
sharkdp
|
4855a47105
|
Rename enum field
|
2020-03-21 19:19:15 +01:00 |
|
sharkdp
|
06b7be7ee9
|
Major restructuring of theme/syntax handling
|
2020-03-21 19:19:15 +01:00 |
|
Kyle Criddle
|
cfa2cb6ec7
|
--file-name for normal files. integration tests.
|
2020-03-19 20:46:19 -06:00 |
|
Kyle Criddle
|
b1b8addf7e
|
remove unnecessary Some()
|
2020-03-18 17:03:03 +01:00 |
|
Kyle Criddle
|
4be5adc6f5
|
remove absolute path restraint from BAT_CACHE_PATH
|
2020-03-18 17:03:03 +01:00 |
|
Kyle Criddle
|
a9a31dca7f
|
Specify cache dir with BAT_CACHE_DIR
- if set, BAT_CACHE_DIR is used. otherwise use OS default.
|
2020-03-18 17:03:03 +01:00 |
|
Kyle Criddle
|
517be5c7bc
|
Implement --file-name<name> option
- can specify filename to be displayed when printing.
- useful for when piping data from STDIN
Closes #654
|
2020-03-17 20:29:01 -06:00 |
|
sharkdp
|
9a9902bf9b
|
Remove custom .github settings
|
2020-03-16 07:54:55 +01:00 |
|
sharkdp
|
4e40d4c720
|
Major update for the man page, closes #573
|
2020-03-15 23:15:30 +01:00 |
|
sharkdp
|
916c1e4359
|
Update assets
|
2020-03-15 22:33:26 +01:00 |
|
sharkdp
|
439be03634
|
Remove duplicate F# syntax
|
2020-03-15 22:33:26 +01:00 |
|
sharkdp
|
b611d2aef4
|
Add no-duplicate-extensions unit test
|
2020-03-15 22:33:26 +01:00 |
|
sharkdp
|
a2075b0f24
|
Update git dependency
|
2020-03-15 21:00:23 +01:00 |
|