리브레오피스(LibreOffice)는 다양한 플랫폼에서 사용할 수 있는 오피스 제품군으로 마이크로소프트 오피스를 비롯한 주요 오피스 제품군과 호환되고, 워드에 대응되는 라이터(Writer), 엑셀에 대응되는 캘크(Calc), 파워포인트에 대응되는 임프레스(Impress), 도표 프로그램인 비지오에 대응되는 드로(Draw), 데이터베이스 액세스에 대응되는 베이스(Base), 수식편집기인 매스(Math)로 구성되어 있다.
리브레(Libre)는 라틴어에서 유래되어 로망스어군에서 흔히 쓰이는 자유(free)를 뜻하는 어간이고, 오피스(office)는 영어 단어이다. 특정한 기업으로부터 자유로운 자유 소프트웨어라는 의미를 담아 지어졌다.
Command
+ Space
를 쳐서 터미널을 연다.brew cask install libreoffice
명령어를 실행시킨다.soffice --help
명령어를 실행시키게 되면 명령라인에서 가능한 인자값을 파악할 수 있다.
LibreOffice 6.3.4.2 60da17e045e08f1793c57c00ba83cdfce946d0aa
Usage: soffice [argument...]
argument - switches, switch parameters and document URIs (filenames).
Using without special arguments:
Opens the start center, if it is used without any arguments.
{file} Tries to open the file (files) in the components
suitable for them.
{file} {macro:///Library.Module.MacroName}
Opens the file and runs specified macros from
the file.
Getting help and information:
--help | -h | -? Shows this help and quits.
--helpwriter Opens built-in or online Help on Writer.
--helpcalc Opens built-in or online Help on Calc.
--helpdraw Opens built-in or online Help on Draw.
--helpimpress Opens built-in or online Help on Impress.
--helpbase Opens built-in or online Help on Base.
만약 문서편집을 위해서 라이터를 실행할 경우 $ soffice --writer
명령어를 실행시키면 된다.