An open API service indexing awesome lists of open source software.

https://github.com/sukhbinder/winlog

A tiny app to log the active Windows title to a desktop log file in a windows system
https://github.com/sukhbinder/winlog

log recall total total-recall windows

Last synced: 5 months ago
JSON representation

A tiny app to log the active Windows title to a desktop log file in a windows system

Awesome Lists containing this project

README

          

[![PyPI](https://img.shields.io/pypi/v/winlog.svg)](https://pypi.org/project/winlog/)
[![Changelog](https://img.shields.io/github/v/release/sukhbinder/winlog?include_prereleases&label=changelog)](https://github.com/sukhbinder/winlog/releases)
[![Tests](https://github.com/sukhbinder/winlog/workflows/Test/badge.svg)](https://github.com/sukhbinder/winlog/actions?query=workflow%3ATest)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/sukhbinder/winlog/blob/main/LICENSE)

# WinLog

A tiny app to log the active Windows title to a desktop log file.

## Features

* Logs the current date and time along with the active window title
* Writes to a log file on the user's desktop
* Runs in the background every 30 seconds (configurable)

## Installation

1. Clone this repository: `git clone https://github.com/sukhbinder/winlog.git`

or

```bash
pip install winlog
```

## Usage

1. Run the script in the background using `winlog &`
2. View the log file on your desktop to see the logged titles and dates

## Contributing

Feel free to contribute to this project by sending pull requests or suggesting improvements.

## License

This project is licensed under the MIT License.