GitHub
github.com › z-shell › zsh-navigation-tools
GitHub - z-shell/zsh-navigation-tools: ⚙️ Zsh Navigation Tools
⚙️ Zsh Navigation Tools . Contribute to z-shell/zsh-navigation-tools development by creating an account on GitHub.
Starred by 62 users
Forked by 5 users
Languages Shell 97.8% | Makefile 2.2%
GitHub
github.com › agkozak › zsh-z
GitHub - agkozak/zsh-z: Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features. · GitHub
Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features. - agkozak/zsh-z
Starred by 2.4K users
Forked by 79 users
Languages Shell
Videos
00:16
Z-NAVIGATION(2023年1月1日~7日放送) - YouTube
00:19
Z-NAVIGATION - YouTube
00:16
Z-NAVIGATION(2023年10月1日~7日放送) - YouTube
01:18
2023 Nissan Z - Navigation Settings (if so equipped) - YouTube
01:26
Z Flip Flex Window: Use app widgets for fast navigation | Samsung ...
GitHub
github.com › rupa › z
GitHub - rupa/z: z - jump around · GitHub
OPTIONS -c restrict matches to subdirectories of the current directory -e echo the best match, don't cd -h show a brief help message -l list only -r match by rank only -t match by recent access only -x remove the current directory from the datafile EXAMPLES z foo cd to most frecent dir matching foo z foo bar cd to most frecent dir matching foo, then bar z -r foo cd to highest ranked dir matching foo z -t foo cd to most recently accessed dir matching foo z -l foo list all dirs matching foo (by frecency) NOTES Installation: Put something like this in your $HOME/.bashrc or $HOME/.zshrc: .
Starred by 17K users
Forked by 1.2K users
Languages Shell 64.6% | Roff 35.0% | Makefile 0.4%
GitHub
github.com › skywind3000 › z.lua
GitHub - skywind3000/z.lua: :zap: A new cd command that helps you navigate faster by learning your habits. · GitHub
Starred by 3.1K users
Forked by 145 users
Languages Lua 90.9% | Python 4.1% | Shell 2.8% | Batchfile 2.2%
jdhao's digital space
jdhao.github.io › 2019 › 02 › 14 › fast_dir_navigation_zlua
Faster Directory Navigation with z.lua · jdhao's digital space
June 13, 2019 - To jump backward to parent directories, use z -b command. Suppose that you are in directory ~/github/foo/bar/util, to go to foo directory, simply use the following command:
GitHub
github.com › topics › visual-navigation
visual-navigation · GitHub Topics · GitHub
zero-shot zson visual-navigation imagenav objectnav ... Estimates airborne drone global position by matching video to map retrieved from onboard GIS server. computer-vision deep-learning uav drone neural-network navigation maps wms gis ros px4 autopilot mavlink neural-networks drones ogc ardupilot uavs ros2 visual-navigation ... Official GitHub Repository for paper "Visual Graph Memory with Unsupervised Representation for Visual Navigation", ICCV 2021
GitHub
github.com › z
z (Tyler "-z-" Mulligan) · GitHub
Toggle navigation · Sign in · Appearance settings · Search or jump to... Search syntax tips · Sign in Sign up · Appearance settings · Resetting focus · You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert · {{ message }} z Follow ·
GitHub
github.com › z-------------
z------------- - Overview
Toggle navigation · Sign in · Appearance settings · Search or jump to... Search syntax tips · Sign in Sign up · Appearance settings · Resetting focus · You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert · {{ message }} z------------- Follow ·
GitHub
github.com › android › nav3-recipes
GitHub - android/nav3-recipes: Implement common use cases with Jetpack Navigation 3 · GitHub
Jetpack Navigation 3 is a library for app navigation. This repository contains recipes for how to use its APIs to implement common navigation use cases. Each recipe introduces a single concept.
Starred by 1.3K users
Forked by 145 users
Languages Kotlin
GitHub
github.com › milka77 › z-services
GitHub - milka77/z-services: My first milestone project for a small local company named Z Services
Z Services is a small business who cleaning windows with purified water in Wigan and surrounding areas. You can find the live demo of the site here: I want to create a clean design for the site focused on the basic information about the company and their service. For the collapsible mobile navigation menu, I've used only CSS to create a mobile version of the navigation.
Author milka77
GitHub
github.com › topics › navigation
navigation · GitHub Topics · GitHub
Navigation tab bar with colorful interactions.
GitHub
github.com › ros-drivers › advanced_navigation_driver › blob › master › Advanced Navigation ROS Driver Notes.txt
advanced_navigation_driver/Advanced Navigation ROS Driver Notes.txt at master · ros-drivers/advanced_navigation_driver
sensor_msgs / Imu / Angular_Velocity / Z // Packet 20, Field 20, Radians per second, same as geometry_msgs / Twist / Angular / Z
Author ros-drivers
GitHub
github.com › topics › navigation-system
navigation-system · GitHub Topics · GitHub
my final year individual project for a BSc Computer Science: creating a navigation system for robots as cheap as possible using computer vision · python raspberry-pi opencv computer-vision robotics raspberry-pi-zero navigation-system aruco-markers guidance-system
GitHub
github.com › topics › z
z · GitHub Topics · GitHub
April 14, 2021 - z · Updated · Mar 13, 2026 · Star 3.1k · ⚡ A new cd command that helps you navigate faster by learning your habits. plugin shell bash zsh fish cd powershell fzf fuzzy j zsh-plugin autojump fasd jump fishshell z · Updated · Mar 9, 2026 · Lua · Add a description, image, and links to the z topic page so that developers can more easily learn about it.
GitHub
github.com › z--z
z--z - Overview
Toggle navigation · Sign in · Appearance settings · Search or jump to... Search syntax tips · Sign in Sign up · Appearance settings · Resetting focus · You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert · {{ message }} z--z Follow ·
GitHub
github.com › isaac-mason › recast-navigation-js
GitHub - isaac-mason/recast-navigation-js: WebAssembly port of Recast Navigation, a navigation mesh construction, path-finding, and spatial reasoning toolkit. · GitHub
An example of a custom NavMesh generator with custom areas can be found here: https://recast-navigation-js.isaacmason.com/?path=/story/advanced-custom-areas--compute-path · Please note that not all recast and detour functionality is exposed yet. If you require unexposed functionality, please submit an issue or a pull request. ... const start = { x: 0, y: 0, z: 0 }; const end = { x: 2, y: 0, z: 0 }; const { success, error, path } = navMeshQuery.computePath(start, end);
Starred by 420 users
Forked by 40 users
Languages TypeScript 83.4% | C++ 13.3% | JavaScript 1.6% | CMake 0.9% | Shell 0.3% | CSS 0.2%