Skip to content

solarZoey/Auto-pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Auto-pandoc

Automated pandoc bash script for recursively re-formatting files

This was built on a linux system for linux systems, so it probably won't work if you don't run a debian-based linux distro.

How to Use

  1. (prerequisite) Install pandoc sudo apt install pandoc

  2. Create a directory and fill it with files that you would like to convert to a different format.

  3. Move the auto_pandoc_driver.sh file into the directory you created previously.

  4. Make sure the file has execution privilages sudo chmod u+x auto_pandoc_driver.sh

  5. Run the bash file ./auto_pandoc_driver.sh

  6. The converted files will be located in a new directory ./bash_output/

Limitations

Currently, this only takes Markdown (.md) input files and outputs OpenDocument Text files (.odt).

Planned Features

  • Customizable input and output formats
  • Ability to specify directory of input files (rather than placing the script in the same directory)
  • ODT file output style customization

About

Automated pandoc bash script for recursively re-formatting files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages