https://github.com/kenf1/clearofficerecents
Clear macOS Microsoft Office recents list
https://github.com/kenf1/clearofficerecents
bash c cli-app cpp go python3 r rust shell
Last synced: about 1 month ago
JSON representation
Clear macOS Microsoft Office recents list
- Host: GitHub
- URL: https://github.com/kenf1/clearofficerecents
- Owner: kenf1
- License: gpl-3.0
- Created: 2023-07-23T21:03:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T05:01:50.000Z (about 1 year ago)
- Last Synced: 2025-02-09T10:14:14.439Z (3 months ago)
- Topics: bash, c, cli-app, cpp, go, python3, r, rust, shell
- Language: C++
- Homepage:
- Size: 1.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Clear macOS Microsoft Office Recents
Microsoft Office 2021 version on macOS still lacks setting toggle to NOT save history of opened files nor clear all recently opened files in a few clicks.
Example of setting on Windows version:
This repo contains scripts + standalone CLI apps coded in multiple programming languages. __All perform the same task of clearing the MS Office recently opened list.__
Programming languages used (alphabetical order) consist of:
- Bash
- C
- C++
- Go
- Python
- R
- Rust> ***Note***: Script/executable names may be different.
### Technical
This repo/project started with the single need of clearing the recents list. As I started to learn more programming languages, it evolved into an exercise to master the syntax of each language because it covers the following:
- user input/output
- arrays
- logicals
- conditionals
- strings
- functions
- types
- working with files (obtain full path)
- handling errors & invalid inputs
- compile as executable