https://github.com/vroncevic/of_manager
Shell script for Office management
https://github.com/vroncevic/of_manager
administration bash linux macos manager office shell unix
Last synced: 2 months ago
JSON representation
Shell script for Office management
- Host: GitHub
- URL: https://github.com/vroncevic/of_manager
- Owner: vroncevic
- License: gpl-3.0
- Created: 2016-05-06T19:18:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T19:07:32.000Z (about 2 years ago)
- Last Synced: 2025-03-28T21:47:00.355Z (about 1 year ago)
- Topics: administration, bash, linux, macos, manager, office, shell, unix
- Language: Shell
- Homepage: https://vroncevic.github.io/of_manager
- Size: 6.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Office management

**of_manager** is shell tool for controlling/operating Open Office.
Developed in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.
[](https://github.com/vroncevic/of_manager/actions/workflows/of_manager_shell_checker.yml)
The README is used to introduce the tool and provide instructions on
how to install the tool, any machine dependencies it may have and any
other information that should be provided before the tool is installed.
[](https://github.com/vroncevic/of_manager/issues) [](https://github.com/vroncevic/of_manager/graphs/contributors)
**Table of Contents**
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [Shell tool structure](#shell-tool-structure)
- [Docs](#docs)
- [Copyright and licence](#copyright-and-licence)
### Installation

Navigate to release **[page](https://github.com/vroncevic/of_manager/releases)** download and extract release archive.
To install **of_manager** type the following
```bash
tar xvzf of_manager-3.0.tar.gz
cd of_manager-3.0
cp -R ~/sh_tool/bin/ /root/scripts/of_manager/ver.3.0/
cp -R ~/sh_tool/conf/ /root/scripts/of_manager/ver.3.0/
cp -R ~/sh_tool/log/ /root/scripts/of_manager/ver.3.0/
```
Self generated setup script and execution
```bash
./of_manager_setup.sh
[setup] installing App/Tool/Script of_manager
Mon Dec 15 04:45:31 PM CET 2025
[setup] clean up App/Tool/Script structure
[setup] copy App/Tool/Script structure
[setup] remove github editor configuration files
[setup] set App/Tool/Script permission
[setup] create symbolic link of App/Tool/Script
[setup] done
/root/scripts/of_manager/ver.3.0/
├── bin/
│ └── of_manager.sh
├── conf/
│ ├── of_manager.cfg
│ ├── of_manager.logo
│ └── of_manager_util.cfg
└── log/
└── of_manager.log
3 directories, 8 files
lrwxrwxrwx 1 root root 50 Dec 15 04:45 /root/bin/of_manager -> /root/scripts/of_manager/ver.3.0/bin/of_manager.sh
```
Or You can use docker to create image/container.
### Usage
```bash
# Create symlink for shell tool
ln -s /root/scripts/of_manager/ver.3.0/bin/of_manager.sh /root/bin/of_manager
# Setting PATH
export PATH=${PATH}:/root/bin/
# Control/operating Open Office
of_manager
of_manager ver.3.0
Mon Dec 15 04:45:51 PM CET 2025
[check_root] Check permission for current session? [ok]
[check_root] Done
████
░██░
██████ ██████ ██████████ ██████ ███████ ██████ █████ █████ ██████
██░░░░██░░░██░ ░░██░░██░░██ ░░░░░░██ ░░██░░░██ ░░░░░░██ ██░░░██ ██░░░██░░██░░█
░██ ░██ ░██ ░██ ░██ ░██ ███████ ░██ ░██ ███████ ░██ ░██░███████ ░██ ░
░██ ░██ ░██ ░██ ░██ ░██ ██░░░░██ ░██ ░██ ██░░░░██ ░░██████░██░░░░ ░██
░░██████ ░██ █████ ███ ░██ ░██░░████████ ███ ░██░░████████ ░░░░░██░░██████░███
░░░░░░ ░░ ░░░░░ ░░░ ░░ ░░ ░░░░░░░░ ░░░ ░░ ░░░░░░░░ █████ ░░░░░░ ░░░
░░░░░
Info github.io/op_manager ver.3.0
Issue github.io/issue
Author vroncevic.github.io
[Usage] of_manager [OPTIONS]
[OPTIONS]
[OPERATION] start | stop | restart | status | version
# Start OpenOffice service
of_manager start
[help | h] print this option
```
### Dependencies
**of_manager** requires next modules and libraries
* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)
### Shell tool structure
**of_manager** is based on MOP.
Shell tool structure
```bash
sh_tool/
├── bin/
│ └── of_manager.sh
├── conf/
│ ├── of_manager.cfg
│ ├── of_manager.logo
│ └── of_manager_util.cfg
└── log/
└── of_manager.log
```
### Docs
[](https://of-manager.readthedocs.io/projects/of_manager/en/latest/?badge=latest)
More documentation and info at
* [https://of_manager.readthedocs.io/en/latest/](https://of-manager.readthedocs.io/en/latest/)
* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)
### Copyright and licence
[](https://www.gnu.org/licenses/gpl-3.0) [](https://opensource.org/licenses/Apache-2.0)
Copyright (C) 2016 - 2026 by [vroncevic.github.io/of_manager](https://vroncevic.github.io/of_manager)
**of_manager** is free software; you can redistribute it and/or modify
it under the same terms as Bash itself, either Bash version 4.2.47 or,
at your option, any later version of Bash 4 you may have available.
Lets help and support FSF.
[](https://my.fsf.org/)
[](https://my.fsf.org/donate/)