@codebynithin/call-history
Version:
Convert teams call history to entries
107 lines (70 loc) • 3.59 kB
Markdown
# Nithin's call history
<a name="readme-top"></a>
<!-- PROJECT LOGO -->
<br />
<div align="center">
<a href="https://github.com/codebynithin/call-history">
<img src="./favicon.png" alt="Logo" width="80" height="80">
</a>
</div>
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About </a>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#prerequisites">Prerequisites</a></li>
<!-- <li><a href="#installation">Installation</a></li> -->
<li><a href="#commands">Commands</a></li>
</ul>
</li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</details>
<!-- ABOUT THE PROJECT -->
## About call history
If you're having trouble converting call logs into time entries, our call history app can help streamline the process. Simply go to your Teams calls list, select all with `Ctrl + A`, copy the content using `Ctrl + C`, and paste it into the `teams-call.txt` file located in your desktop folder. Our app will then efficiently convert this data into time entries, saving you time and effort in managing your team's call log information.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- GETTING STARTED -->
## Getting Started
Simply run `npm install -g @mails2nithin/call-history` the app onto your local machine, follow the initial setup instructions, and you'll be able to effortlessly track and update your time. Enjoy the convenience it brings!
### Prerequisites
To use the software, you'll need:
- npm:
Open your terminal and execute the command mentioned BELOW to install or update npm to the latest version globally.
```sh
npm install npm@latest -g
```
### Commands
Simply go to your Teams calls list, select all with `Ctrl + A`, copy the content using `Ctrl + C`, and paste it into the `teams-call.txt` file located in your desktop folder. Our app will then efficiently convert this data into time entries, saving you time and effort in managing your team's call log information.
- To initialize, execute the following command and input the necessary information when prompted.:
```sh
call filter -task <task id> -from <start_date> -to <end_date>
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->
## Contributing
Contributions are welcomed and greatly appreciated! Here's how you can contribute:
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/YourFeature`)
3. Commit your Changes (`git commit -m 'Add some YourFeature'`)
4. Push to the Branch (`git push origin feature/YourFeature`)
5. Open a Pull Request
If you have any suggestions for improvements or new features, feel free to open an issue with the "enhancement" tag. Don't forget to give the project a star if you find it useful. Thank you for your contributions!
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## License
This project is distributed under the MIT License. See `LICENSE.txt` for more information.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTACT -->
## Contact
If you have any questions or suggestions regarding the call history, feel free to reach out to Nithin V:
- Email: mails2nithin@gmail.com
Project Link: [https://github.com/codebynithin/call-history](https://github.com/codebynithin/call-history)
<p align="right">(<a href="#readme-top">back to top</a>)</p>