Skip to content

Commit

Permalink
docs: rename project (once again) from notion-tools to notion-toolbox
Browse files Browse the repository at this point in the history
Upon thinking things over, it makes more sense that the project is to be
called notion-toolbox, as it holds a bunch of tools.
  • Loading branch information
kevinjalbert committed Dec 29, 2019
1 parent 2fde481 commit 79cf14e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Welcome to notion-tools 👋</h1>
<h1 align="center">Welcome to notion-toolbox 👋</h1>
<p align="center">
<a href="https://github.com/kevinjalbert/notion-tools/blob/master/LICENSE">
<a href="https://github.com/kevinjalbert/notion-toolbox/blob/master/LICENSE">
<img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-yellow.svg" target="_blank" />
</a>
<a href="https://twitter.com/kevinjalbert">
Expand Down Expand Up @@ -29,7 +29,7 @@ To simplify my Notion tools I decided to merge them all into one single reposito

### The Merge

The great merge happened on December 27, 2019. `notion-heroku` and `notion-scripts` were merged into `alfred-notion` (this repository). To better represent the contents of this repository, we now use the name `notion-tools`.
The great merge happened on December 27, 2019. `notion-heroku` and `notion-scripts` were merged into `alfred-notion` (this repository). To better represent the contents of this repository, we now use the name `notion-toolbox`.

## Author

Expand All @@ -40,7 +40,7 @@ The great merge happened on December 27, 2019. `notion-heroku` and `notion-scrip

## 🤝 Contributing

Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/kevinjalbert/notion-tools/issues).
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/kevinjalbert/notion-toolbox/issues).

## Show your support

Expand All @@ -49,7 +49,7 @@ Give a ⭐️ if this project helped you!
## 📝 License

Copyright © 2019 [Kevin Jalbert](https://github.com/kevinjalbert).<br />
This project is [MIT](https://github.com/kevinjalbert/notion-tools/blob/master/LICENSE) licensed.
This project is [MIT](https://github.com/kevinjalbert/notion-toolbox/blob/master/LICENSE) licensed.

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
2 changes: 1 addition & 1 deletion alfred/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Create a _Blank Workflow_ and dump the contents of this sub-directory into it.
Another option is to symlink the repository's sub-directory into the workflow directory (paths will vary in the example depending on where things are located):

```
ln -s ~/path/to/notion-tools/alfred ~/path/to/Alfred.alfredpreferences/workflows
ln -s ~/path/to/notion-toolbox/alfred ~/path/to/Alfred.alfredpreferences/workflows/notion-toolbox-alfred
```

### Python
Expand Down
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notion-tools",
"name": "notion-server",
"description": "Heroku hosted application that performs Notion actions (i.e., new task, new note) based on voice requests via IFTTT Webhooks and Google Assistant.",
"repository": "https://github.com/kevinjalbert/notion-tools",
"repository": "https://github.com/kevinjalbert/notion-toolbox/tree/master/shared",
"keywords": ["notion", "google assistant", "ifttt"]
}
2 changes: 1 addition & 1 deletion shared/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(name='notion-scripts',
description='Shared collection of common Notion Scripts used in my projects',
url='http://github.com/kevinjalbert/notion-scripts',
url='https://github.com/kevinjalbert/notion-toolbox/tree/master/shared',
author='Kevin Jalbert',
author_email='kevin.j.jalbert@gmail.com',
license='MIT',
Expand Down

0 comments on commit 79cf14e

Please sign in to comment.