flutter_ecommerce_app icon indicating copy to clipboard operation
flutter_ecommerce_app copied to clipboard

E-Commerce App built in flutter

Results 69 flutter_ecommerce_app issues
Sort by recently updated
recently updated
newest added

I like alias my usual dir with variables like: ```bash export c_project=/project/c export py_project=/project/py export nvimdir=~/.config/nvim export packerdir=..... ... ``` # how I can jump to dirs/exported with `z jump`

I mostly use `pushd` (aliased as `p`) in lieu of `cd`. Z does not currently capture directories accessed via `pushd`. I'm looking into changing this and making a PR.

z vue-risen z could not acess vue-risen and the path not change

My problem is pretty simple: I installed z.lua in zsh by just cloning the github and put the eval... in my .zshrc, however after I restart the machine or just...

Results are now listed in descending order of recency, rather than being sorted alphabetically. I don't have a Windows box to play around with clink, but it looks like it...

我在`Git/etc/bash.bashrc`里加了 `eval "$(lua /tools/z.lua --init bash)"` 然后开cmder的bash模式,或者git自带的都报 ``` @echo: command not found bash: setlocal: command not found bash: eval: line 78: syntax error near unexpected to ken `(' bash: eval:...

https://github.com/skywind3000/z.lua/blob/a3d4f5db684ed6dfd3041e73d1d761f5fe944179/z.lua#L2243 `_describe` helper will lose the order of completion from zlua, suggest change it to code below for remain the completions order `compadd -U -V zlua "${(@)completions}"` and I'm looking...

The root administrator sets the variables to read only. Is there any other way to use z.lua? Best Regards.

Hi, thank you for the best way to navigate the shell! I feel that a few small features would improve it even further: - `z` (no args) should `cd $HOME`,...

https://github.com/skywind3000/z.lua/wiki/Effective-with-fzf#define-a-new-z--i ``` function zii() { local $dir="$(z -l "$@"|fzf --nth 2.. --reverse --inline-info --tac +s -e --height 35%)" [ -n "$dir" ] && cd "$dir" } ``` In bash it...