tree: ed85606d01e83adaee6d6818a1d8c16120c84d8e [path history] [tgz]
  1. blobstats/
  2. check_deps/
  3. crash/
  4. dart/
  5. devshell/
  6. editors/
  7. fuzzing/
  8. gce/
  9. gdb/
  10. git/
  11. gn_complete/
  12. memory/
  13. move_source/
  14. rust/
  15. sdk/
  16. status/
  17. style/
  18. tests/
  19. third_party/
  20. vim/
  21. youcompleteme/
  22. zsh-completion/
  23. .gitignore
  24. AUTHORS
  25. bootstrap
  26. build-qemu.sh
  27. build_id_conv.py
  28. change_testability_review_analyzer.py
  29. check-gn-format
  30. colorize_logs
  31. cq_perf_results.py
  32. difl
  33. fd.py
  34. fetch-build-artifacts
  35. find_integration_revision.py
  36. flog
  37. fx
  38. fx-env.sh
  39. fx-wrapper
  40. generate-intellij-config.py
  41. git_utils.py
  42. gn_to_cmake.py
  43. LICENSE
  44. OWNERS
  45. PATENTS
  46. paths.py
  47. README.md
  48. run-zircon-arm64
  49. run-zircon-x86
  50. simplify_stacktraces
  51. start-dhcp-server.sh
  52. update-manifest.go
scripts/README.md

Scripts

This repository is for scripts useful when working with the Fuchsia source code.

fx

fx is the front-door to a collection of scripts that make many tasks related to Fuchsia development easier. It contains a large number of subcommands, which can be discovered by running fx help. If you use bash or zsh as a shell, you can get some auto-completion for fx by sourcing scripts/fx-env.sh into your shell.