Skip to content

Commit

Permalink
update readme image links
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaloog committed Nov 21, 2023
1 parent 2647b36 commit 4aea4e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
[![ReadTheDocs](https://readthedocs.org/projects/kanban-python/badge/?version=latest)](https://kanban-python.readthedocs.io/en/stable/)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/kanban-python.svg)](https://anaconda.org/conda-forge/kanban-python)
[![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/kanban-python)
[![Monthly Downloads](https://pepy.tech/badge/kanban-python/month)](https://pepy.tech/project/kanban-python)
-->

[![Coveralls](https://img.shields.io/coveralls/github/Zaloog/kanban-python/main.svg)](https://coveralls.io/r/Zaloog/kanban-python)
[![PyPI-Server](https://img.shields.io/pypi/v/kanban-python.svg)](https://pypi.org/project/kanban-python/)
[![Monthly Downloads](https://pepy.tech/badge/kanban-python/month)](https://pepy.tech/project/kanban-python)
[![Project generated with PyScaffold](https://img.shields.io/badge/-PyScaffold-005CA0?logo=pyscaffold)](https://pyscaffold.org/)
# kanban-python

Expand All @@ -33,7 +33,7 @@ and display nice looking tables to the terminal.
- *configfile*: A `pykanban.ini` file gets created on first initialization in your `Home`-Directory.
This can be edited manually or within the kanban-python application. It tracks the location for all your created boards

![configfile](https://github.com/Zaloog/kanban-python/blob/main/images/image_config.PNG)
![configfile](https://raw.githubusercontent.com/Zaloog/kanban-python/main/images/image_config.PNG)

- *storage-file for each board*: Each created board comes with its own name and `pykanban.json` file,
which stores all tasks for that board.
Expand All @@ -60,15 +60,15 @@ There are 3 commands available after installation of kanban-python:
```
Is used to create a new kanban board i.e. it asks for a name and then creates a `pykanban.json` file with a Welcome Task.
On first use, it will also create the `pykanban.ini` configfile automatically.
![init_file](https://github.com/Zaloog/kanban-python/blob/main/images/image_kanban_init.PNG)
![init_file](https://raw.githubusercontent.com/Zaloog/kanban-python/main/images/image_kanban_init.PNG)

### Interact with Tasks/Boards
```bash
kanban
```
This is your main command to interact with your boards and tasks. It also gives the option to show the current settings and adjust them.
Adjusting the settings can also be done directly by using the 3rd command which is:
![kanban](https://github.com/Zaloog/kanban-python/blob/main/images/image_kanban.PNG)
![kanban](https://raw.githubusercontent.com/Zaloog/kanban-python/main/images/image_kanban.PNG)

Use `Ctrl-C` to exit the application at any time. :warning: If you exit in the middle of creating/updating a task,
or changing settings, your progress wont be saved.
Expand All @@ -77,7 +77,7 @@ or changing settings, your progress wont be saved.
```bash
kanban configure
```
![settings](https://github.com/Zaloog/kanban-python/blob/main/images/image_kanban_configure.PNG)
![settings](https://raw.githubusercontent.com/Zaloog/kanban-python/main/images/image_kanban_configure.PNG)

To create a new custom Columns, you have to edit the `pykanban.ini` manually and add a new columnname + visibility status
under the `settings.columns.visible` section.
Expand Down

0 comments on commit 4aea4e7

Please sign in to comment.