Enable autocompletion in OSM Client: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
(Created page with "You can enable autocompletion in OSM client by creating a file osm-complete.sh in the following way: mkdir -p $HOME/.bash_completion.d _OSM_COMPLETE=source osm > $HOME/.bash...")
 
No edit summary
 
Line 1: Line 1:
You can enable autocompletion in OSM client by creating a file osm-complete.sh in the following way:
This page has been moved to a single page with all OSM client info: [[OSM_client|OSM Client]]
mkdir -p $HOME/.bash_completion.d
_OSM_COMPLETE=source osm > $HOME/.bash_completion.d/osm-complete.sh
 
Then you can add it to your $HOME/.bashrc file:
. .bash_completion.d/osm-complete.sh

Latest revision as of 10:34, 13 September 2019

This page has been moved to a single page with all OSM client info: OSM Client