Skip to content

Commit

Permalink
add script odfdo-highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
jdum committed Feb 25, 2024
1 parent 36fe398 commit cd8c7ed
Show file tree
Hide file tree
Showing 7 changed files with 997 additions and 48 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ When installing odfdo, 5 scripts are installed:
- `odfdo-show`: dump text from an ODF file to the standard output, and optionally styles and meta informations.
- `odfdo-styles`: command line interface tool to manipulate styles of ODF files.
- `odfdo-replace`: find a pattern (regex) in an ODF file and replace by some string.
- `odfdo-highlight`: highlight the text matching a pattern (regex) in an ODF file.

About styles: the best way to apply style is by merging styles from a template
document into your generated document (See `odfdo-styles` script).
Expand Down Expand Up @@ -107,7 +108,7 @@ Changes from former lpod library
`lpod-python` was written in 2009-2010 as a Python 2.x library,
see: https://github.com/lpod/lpod-python

`odfdo` is an adaptation of this formaer project. `odfdo` main changes from `lpod`:
`odfdo` is an adaptation of this former project. `odfdo` main changes from `lpod`:

- `odfdo` requires Python version 3.9 to 3.12. For Python 3.6 to 3.8 see previous releases.
- API change: more pythonic.
Expand Down
Loading

0 comments on commit cd8c7ed

Please sign in to comment.