bobosm/README.md

24 lines
607 B
Markdown
Raw Normal View History

2024-06-27 08:20:12 +00:00
# BobOSM
2024-06-25 17:09:05 +00:00
2024-06-29 06:11:45 +00:00
![Logo](./docs/logo_sm_light.png)
2024-06-27 08:20:12 +00:00
BobOSM is an experimental [OpenStreetMap](https://wiki.openstreetmap.org) editor specially made for vim folks.
The goal of this project is to explore algorithms required to make a geographical editor and viewer work.
2024-06-25 17:09:05 +00:00
2024-06-27 08:20:12 +00:00
It's in very early stage of development. Not usable for mapping right now.
2024-06-25 17:09:05 +00:00
2024-06-27 08:20:12 +00:00
## Philosophy
2024-06-25 17:09:05 +00:00
2024-06-27 08:20:12 +00:00
- Unix like
- Keyboard-centric
- Vim-style keybinding
- Allow external program to interact with bobosm via IPC
- Text editing with external text editor
2024-06-27 04:52:15 +00:00
2024-06-27 08:20:12 +00:00
## Features
2024-06-27 04:52:15 +00:00
2024-06-27 08:20:12 +00:00
- All the basic features you would like
- Ability to edit tags in an external editor
2024-06-27 04:52:15 +00:00