Skip to content

pixlsus/RawPedia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RawPedia

RawTherapee Documentation

Find all links in content

This is useful for seeing what links are present in the content

cd content/
grep -Eori "\[.*?\]\(.*?\)"

Rename translated files

This is useful for finding all the tranlated files, then rename them to the hugo-comptaible naming convention.

To rename all the Japanese files, orginally named ja.md:

find . -name jp.md -exec rename jp.md index.jp.md '{}' \;

About

RawTherapee Documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 99.0%
  • Shell 1.0%